diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:46:15 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:46:15 +0000 |
commit | 13a5d4f68ceabf23d8e064ec6a49715f8d4cd36e (patch) | |
tree | 219e9044f82e8e8165807c1edb5f23ba0e02efdb /app-editors | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-13a5d4f68ceabf23d8e064ec6a49715f8d4cd36e.tar.gz gentoo-2-13a5d4f68ceabf23d8e064ec6a49715f8d4cd36e.tar.bz2 gentoo-2-13a5d4f68ceabf23d8e064ec6a49715f8d4cd36e.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexcurse/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/hexcurse/ChangeLog b/app-editors/hexcurse/ChangeLog index bbfa36b737ec..3ed3aef592ee 100644 --- a/app-editors/hexcurse/ChangeLog +++ b/app-editors/hexcurse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexcurse -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.9 2007/02/09 07:11:29 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.10 2008/01/26 15:46:15 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> hexcurse-1.55.ebuild: + Dropped ppc-macos keyword, see you in prefix 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 6c4d6522acec..f252eef894be 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.13 2007/04/07 12:13:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.14 2008/01/26 15:46:15 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc-macos s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc s390 sh sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |