diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexcurse/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexcurse/ChangeLog b/app-editors/hexcurse/ChangeLog index 7fdd285c305d..171fc385f65f 100644 --- a/app-editors/hexcurse/ChangeLog +++ b/app-editors/hexcurse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexcurse # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.4 2005/01/01 13:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.5 2005/01/20 11:31:45 gongloo Exp $ + + 20 Jan 2005; <gongloo@gentoo.org> hexcurse-1.55.ebuild: + Keyworded ~ppc-macos. 09 Aug 2004; Mike Frysinger <vapier@gentoo.org> +files/1.55-gcc.patch, hexcurse-1.55.ebuild: diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 93ad8215d998..ac109c6998db 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.7 2005/01/01 13:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.8 2005/01/20 11:31:45 gongloo Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc arm hppa amd64" +KEYWORDS="x86 ppc sparc arm hppa amd64 ~ppc-macos" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |