diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 17:22:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 17:22:07 +0000 |
commit | 676e96a480dff0dbcd3b738f6ea71d009617cffd (patch) | |
tree | a4fce7cb7e48894dcdd09dbb0df302a02ff64596 /media-video/xvid4conf | |
parent | Don't use test, use [[ ]], and use econf instead of ./configure. Drop virtual... (diff) | |
download | gentoo-2-676e96a480dff0dbcd3b738f6ea71d009617cffd.tar.gz gentoo-2-676e96a480dff0dbcd3b738f6ea71d009617cffd.tar.bz2 gentoo-2-676e96a480dff0dbcd3b738f6ea71d009617cffd.zip |
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-video/xvid4conf')
-rw-r--r-- | media-video/xvid4conf/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/xvid4conf/xvid4conf-1.12.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-video/xvid4conf/ChangeLog b/media-video/xvid4conf/ChangeLog index e46a0c53cbe3..1e4793f6585d 100644 --- a/media-video/xvid4conf/ChangeLog +++ b/media-video/xvid4conf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/xvid4conf -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.5 2005/09/10 15:41:46 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.6 2006/03/07 17:22:07 flameeyes Exp $ + + 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> xvid4conf-1.12.ebuild: + Drop virtual/libc dependency. 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xvid4conf-1.12.ebuild: Don't install INSTALL file. diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index 885419690c4e..4b3940ff2161 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.6 2005/09/10 15:41:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.7 2006/03/07 17:22:07 flameeyes Exp $ DESCRIPTION="GTK2-configuration dialog for xvid4" HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/xvid4conf" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" IUSE="" -DEPEND="virtual/libc - >=x11-libs/gtk+-2.2.4" +DEPEND=">=x11-libs/gtk+-2.2.4" src_install() { dodir /usr/{include,lib} |