diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-04-16 18:19:33 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-04-16 18:19:33 +0000 |
commit | 3af38dffc65bee283d1b5b19e0dd231a73fe35b3 (patch) | |
tree | 0f0914e6a4462c038827545410561bfa70a7d52a /app-editors/hexedit | |
parent | Redigest (diff) | |
download | gentoo-2-3af38dffc65bee283d1b5b19e0dd231a73fe35b3.tar.gz gentoo-2-3af38dffc65bee283d1b5b19e0dd231a73fe35b3.tar.bz2 gentoo-2-3af38dffc65bee283d1b5b19e0dd231a73fe35b3.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 30b5be61104d..0ae1a65fa4ca 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.29 2007/01/05 23:49:31 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.30 2007/04/16 18:19:33 grobian Exp $ + + 16 Apr 2007; Fabian Groffen <grobian@gentoo.org> hexedit-1.2.10.ebuild: + Dropped ppc-macos keyword, see you in prefix 05 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -hexedit-1.2.9.ebuild: QA: Removed unused versions. diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild index fa079f4e3620..c15aae26d021 100644 --- a/app-editors/hexedit/hexedit-1.2.10.ebuild +++ b/app-editors/hexedit/hexedit-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.15 2007/02/11 13:10:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.16 2007/04/16 18:19:33 grobian Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="sys-libs/ncurses" |