diff options
author | 2004-07-14 19:19:52 +0000 | |
---|---|---|
committer | 2004-07-14 19:19:52 +0000 | |
commit | 189e319dfb957e5993c37caea01386c5dcc6ff71 (patch) | |
tree | efc2f8ce9bbd5d3b4e4140c461fac303e5668649 | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-189e319dfb957e5993c37caea01386c5dcc6ff71.tar.gz gentoo-2-189e319dfb957e5993c37caea01386c5dcc6ff71.tar.bz2 gentoo-2-189e319dfb957e5993c37caea01386c5dcc6ff71.zip |
sync IUSE (missing)
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 3 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/esdl/esdl-0.94.0125.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild index cd7fd3b356bd..f6cbba4fee37 100644 --- a/media-libs/compface/compface-1.4.ebuild +++ b/media-libs/compface/compface-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.18 2004/07/01 07:55:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.19 2004/07/14 19:18:23 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" +IUSE="" DEPEND="virtual/libc" diff --git a/media-libs/dumb/dumb-0.9.1.ebuild b/media-libs/dumb/dumb-0.9.1.ebuild index fe385b13a887..b82fbdf3637a 100644 --- a/media-libs/dumb/dumb-0.9.1.ebuild +++ b/media-libs/dumb/dumb-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.1.ebuild,v 1.4 2004/06/24 22:58:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.1.ebuild,v 1.5 2004/07/14 19:19:33 agriffis Exp $ DESCRIPTION="IT, XM, S3M and MOD player library" SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://dumb.sourceforge.net/" LICENSE="DUMB" SLOT="0" KEYWORDS="x86 ~alpha ~ia64" +IUSE="" RDEPEND="media-libs/allegro" diff --git a/media-libs/esdl/esdl-0.94.0125.ebuild b/media-libs/esdl/esdl-0.94.0125.ebuild index abb96b20e0e3..2d55c5c2e599 100644 --- a/media-libs/esdl/esdl-0.94.0125.ebuild +++ b/media-libs/esdl/esdl-0.94.0125.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-0.94.0125.ebuild,v 1.4 2004/06/24 22:59:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-0.94.0125.ebuild,v 1.5 2004/07/14 19:19:52 agriffis Exp $ inherit fixheadtails @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/esdl/${P}.src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND=">=dev-lang/erlang-9b >=media-libs/libsdl-1.2.4" |