diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-02 05:26:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-02 05:26:46 +0000 |
commit | 1986a24b9a3108f355827bf8c226b3ece7b7241b (patch) | |
tree | 11c9d07bcfe50c584abab4bef7b15e52080978fb /app-editors | |
parent | Stable for HPPA (bug #194446). (diff) | |
download | gentoo-2-1986a24b9a3108f355827bf8c226b3ece7b7241b.tar.gz gentoo-2-1986a24b9a3108f355827bf8c226b3ece7b7241b.tar.bz2 gentoo-2-1986a24b9a3108f355827bf8c226b3ece7b7241b.zip |
Stable for HPPA (bug #194418).
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 479c868c344a..a6a8e6d21884 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.35 2007/08/13 20:04:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.36 2007/10/02 05:26:46 jer Exp $ + + 02 Oct 2007; Jeroen Roovers <jer@gentoo.org> hexedit-1.2.12.ebuild: + Stable for HPPA (bug #194418). 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> hexedit-1.2.12.ebuild: diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild index 9ed518d9db2f..75c27ba2600b 100644 --- a/app-editors/hexedit/hexedit-1.2.12.ebuild +++ b/app-editors/hexedit/hexedit-1.2.12.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.12.ebuild,v 1.6 2007/08/25 11:51:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.7 2007/10/02 05:26:46 jer Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://people.mandriva.com/~prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://people.mandriva.com/~prigaux/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 s390 sh sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ppc ~ppc64 s390 sh sparc ~x86" IUSE="" DEPEND="sys-libs/ncurses" |