diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:11:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:11:08 +0000 |
commit | 5a6094e59bb268071ef3662c91c2e3b09b4192a0 (patch) | |
tree | 24636b32db89410238a1861f4da7ec7c3c68d762 /dev-util | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-5a6094e59bb268071ef3662c91c2e3b09b4192a0.tar.gz gentoo-2-5a6094e59bb268071ef3662c91c2e3b09b4192a0.tar.bz2 gentoo-2-5a6094e59bb268071ef3662c91c2e3b09b4192a0.zip |
sync IUSE (-X)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/sourcenav/sourcenav-5.1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/sourcenav/sourcenav-5.1.4.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/sourcenav/sourcenav-5.1.1.ebuild b/dev-util/sourcenav/sourcenav-5.1.1.ebuild index 253c4fcf687a..a29d02414caa 100644 --- a/dev-util/sourcenav/sourcenav-5.1.1.ebuild +++ b/dev-util/sourcenav/sourcenav-5.1.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/dev-util/sourcenav/sourcenav-5.1.1.ebuild,v 1.10 2004/06/25 02:47:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sourcenav/sourcenav-5.1.1.ebuild,v 1.11 2004/07/15 00:11:08 agriffis Exp $ S=${WORKDIR}/build @@ -11,6 +11,7 @@ HOMEPAGE="http://sourcenav.sourceforge.net" SLOT="0" LICENSE="GPL-2 LGPL-2" KEYWORDS="x86 ~sparc ~ppc" +IUSE="" DEPEND=">=sys-libs/glibc-2.2.4" SN="/usr/snavigator" diff --git a/dev-util/sourcenav/sourcenav-5.1.4.ebuild b/dev-util/sourcenav/sourcenav-5.1.4.ebuild index ac97c48203bf..5e890b7cf15b 100644 --- a/dev-util/sourcenav/sourcenav-5.1.4.ebuild +++ b/dev-util/sourcenav/sourcenav-5.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/dev-util/sourcenav/sourcenav-5.1.4.ebuild,v 1.6 2004/06/25 02:47:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sourcenav/sourcenav-5.1.4.ebuild,v 1.7 2004/07/15 00:11:08 agriffis Exp $ S=${WORKDIR}/build @@ -12,7 +12,7 @@ HOMEPAGE="http://sourcenav.sourceforge.net" SLOT="0" LICENSE="GPL-2 LGPL-2" KEYWORDS="x86 ~sparc ~ppc" -IUSE="X" +IUSE="" DEPEND=">=sys-libs/glibc-2.2.4" SN="/opt/sourcenav" |