diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-06-26 10:54:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-06-26 10:54:50 +0000 |
commit | 4fd58446d0b90ea49f6ec2cb9d3fa1dac3528294 (patch) | |
tree | e643c8731b03e4a89409d5d9e6e84891e2060a48 /app-editors | |
parent | Stable on arm, wrt bug #474434 (diff) | |
download | gentoo-2-4fd58446d0b90ea49f6ec2cb9d3fa1dac3528294.tar.gz gentoo-2-4fd58446d0b90ea49f6ec2cb9d3fa1dac3528294.tar.bz2 gentoo-2-4fd58446d0b90ea49f6ec2cb9d3fa1dac3528294.zip |
Stable for HPPA (bug #474138).
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index cc939c5b90df..21fece8c4cc1 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.52 2013/06/26 03:01:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.53 2013/06/26 10:54:50 jer Exp $ + + 26 Jun 2013; Jeroen Roovers <jer@gentoo.org> hexedit-1.2.13.ebuild: + Stable for HPPA (bug #474138). 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hexedit-1.2.13.ebuild: Stable for alpha, wrt bug #474138 diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index 13a89f09d271..e1e2c3a2c953 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.13.ebuild,v 1.5 2013/06/26 03:01:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.13.ebuild,v 1.6 2013/06/26 10:54:50 jer Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://rigaux.org/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="sys-libs/ncurses" |