diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:48:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:48:14 +0000 |
commit | 0cd97394d83aa085802d81bf82a96f99dd0fd041 (patch) | |
tree | c43eafdda70564f20d5325177016f39234082832 /app-editors/hexcurse | |
parent | Added a dependency on pkgconfig to fix bug 206013. (diff) | |
download | historical-0cd97394d83aa085802d81bf82a96f99dd0fd041.tar.gz historical-0cd97394d83aa085802d81bf82a96f99dd0fd041.tar.bz2 historical-0cd97394d83aa085802d81bf82a96f99dd0fd041.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-editors/hexcurse')
-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" |