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 | d24b34ec31defd20a66d5bb6544fdc5e593d4dd9 (patch) | |
tree | 187130b63fe0f9f99e49173e1a572625beba7763 /dev-util/sourcenav | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-d24b34ec31defd20a66d5bb6544fdc5e593d4dd9.tar.gz historical-d24b34ec31defd20a66d5bb6544fdc5e593d4dd9.tar.bz2 historical-d24b34ec31defd20a66d5bb6544fdc5e593d4dd9.zip |
sync IUSE (-X)
Diffstat (limited to 'dev-util/sourcenav')
-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" |