diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:28:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:28:16 +0000 |
commit | 03feca622ae6f4a7436966ead9c4bba161bba36b (patch) | |
tree | 22544deb59a4b450c1da703afa59204de28e1275 | |
parent | sync IUSE (+ncurses) (Manifest recommit) (diff) | |
download | gentoo-2-03feca622ae6f4a7436966ead9c4bba161bba36b.tar.gz gentoo-2-03feca622ae6f4a7436966ead9c4bba161bba36b.tar.bz2 gentoo-2-03feca622ae6f4a7436966ead9c4bba161bba36b.zip |
sync IUSE (missing)
-rw-r--r-- | net-im/simpserver-bin/simpserver-bin-0.9.ebuild | 3 | ||||
-rw-r--r-- | x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/simpserver-bin/simpserver-bin-0.9.ebuild b/net-im/simpserver-bin/simpserver-bin-0.9.ebuild index 494e5f758791..92c236c9db8e 100644 --- a/net-im/simpserver-bin/simpserver-bin-0.9.ebuild +++ b/net-im/simpserver-bin/simpserver-bin-0.9.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/net-im/simpserver-bin/simpserver-bin-0.9.ebuild,v 1.2 2004/06/24 23:00:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/simpserver-bin/simpserver-bin-0.9.ebuild,v 1.3 2004/07/15 00:26:24 agriffis Exp $ MY_PN=${PN/-bin/} MY_P="${MY_PN}-${PV}" @@ -11,6 +11,7 @@ HOMEPAGE="http://www.secway.fr/" LICENSE="simpserver-test" KEYWORDS="-* ~x86" +IUSE="" SLOT="0" S=${WORKDIR}/simp diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild index 563a0efacb59..8695ecfd4fa7 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.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/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild,v 1.3 2004/06/24 21:57:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc5-r1.ebuild,v 1.4 2004/07/15 00:28:16 agriffis Exp $ inherit eutils @@ -22,6 +22,7 @@ HOMEPAGE="http://www.directfb.org" SLOT="0" LICENSE="X11" KEYWORDS="x86 -sparc ~alpha ~ppc" +IUSE="" DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.3-r2 |