diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:01:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:01:29 +0000 |
commit | a3a93be258201e90044919209634193b02efef51 (patch) | |
tree | 45c166472a3e6d961b2673006d3831c3339208c7 /dev-libs/newt | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-a3a93be258201e90044919209634193b02efef51.tar.gz gentoo-2-a3a93be258201e90044919209634193b02efef51.tar.bz2 gentoo-2-a3a93be258201e90044919209634193b02efef51.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/newt')
-rw-r--r-- | dev-libs/newt/newt-0.50.35-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.50.35-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/newt/newt-0.50.35-r2.ebuild b/dev-libs/newt/newt-0.50.35-r2.ebuild index b560363e23b6..b0d87cc2a2bf 100644 --- a/dev-libs/newt/newt-0.50.35-r2.ebuild +++ b/dev-libs/newt/newt-0.50.35-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r2.ebuild,v 1.10 2004/06/24 23:29:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r2.ebuild,v 1.11 2004/07/14 15:01:29 agriffis Exp $ inherit python -S=${WORKDIR}/${P} DESCRIPTION="redhat's newt windowing toolkit development files" SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz" HOMEPAGE="http://www.redhat.com" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.redhat.com" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc hppa amd64 alpha" +IUSE="" DEPEND=">=sys-libs/slang-1.4 >=dev-libs/popt-1.6 diff --git a/dev-libs/newt/newt-0.50.35-r3.ebuild b/dev-libs/newt/newt-0.50.35-r3.ebuild index 37628a0ad5e9..3355e7d31548 100644 --- a/dev-libs/newt/newt-0.50.35-r3.ebuild +++ b/dev-libs/newt/newt-0.50.35-r3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r3.ebuild,v 1.2 2004/06/24 23:29:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r3.ebuild,v 1.3 2004/07/14 15:01:29 agriffis Exp $ inherit python -S=${WORKDIR}/${P} DESCRIPTION="redhat's newt windowing toolkit development files" SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz" HOMEPAGE="http://www.redhat.com" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.redhat.com" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha" +IUSE="" DEPEND=">=sys-libs/slang-1.4 >=dev-libs/popt-1.6 |