diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:32:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:32:29 +0000 |
commit | ead8567df6e1b29271a59cc32c5cc8eb040ec51b (patch) | |
tree | 6eba5d69632fe94199de11680546c3ac7b2097cd /app-editors | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-ead8567df6e1b29271a59cc32c5cc8eb040ec51b.tar.gz gentoo-2-ead8567df6e1b29271a59cc32c5cc8eb040ec51b.tar.bz2 gentoo-2-ead8567df6e1b29271a59cc32c5cc8eb040ec51b.zip |
sync IUSE (-nls)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 29dd8780b2f4..d20829df83fc 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ghex # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.17 2004/06/24 21:54:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.18 2004/06/30 02:32:29 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> ghex-2.2.1.ebuild: + sync IUSE (-nls) 16 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> ghex-2.2.1.ebuild: Marked ~amd64. diff --git a/app-editors/ghex/ghex-2.2.1.ebuild b/app-editors/ghex/ghex-2.2.1.ebuild index b1300619988d..f797960b11b1 100644 --- a/app-editors/ghex/ghex-2.2.1.ebuild +++ b/app-editors/ghex/ghex-2.2.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/app-editors/ghex/ghex-2.2.1.ebuild,v 1.5 2004/06/24 21:54:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.2.1.ebuild,v 1.6 2004/06/30 02:32:29 agriffis Exp $ inherit gnome2 @@ -10,7 +10,7 @@ HOMEPAGE="http://pluton.ijs.si/~jaka/gnome.html" LICENSE="GPL-2 FDL-1.1" SLOT="2" KEYWORDS="x86 ~amd64" -IUSE="nls" +IUSE="" RDEPEND=">=gnome-base/gail-0.17 >=gnome-base/gconf-1.2 |