diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:57:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:57:55 +0000 |
commit | 0c1f7116f363a4d24a0ef16d727c7ffe68c8a6ab (patch) | |
tree | f22d59711688231da57d3faa7c98a1994d033a33 /app-editors/hexedit | |
parent | Stable for amd64, wrt bug #473556 (diff) | |
download | gentoo-2-0c1f7116f363a4d24a0ef16d727c7ffe68c8a6ab.tar.gz gentoo-2-0c1f7116f363a4d24a0ef16d727c7ffe68c8a6ab.tar.bz2 gentoo-2-0c1f7116f363a4d24a0ef16d727c7ffe68c8a6ab.zip |
Stable for amd64, wrt bug #474138
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors/hexedit')
-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 38476ac78146..0a81f431a0b7 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.50 2013/06/25 16:50:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.51 2013/06/25 16:57:55 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hexedit-1.2.13.ebuild: + Stable for amd64, wrt bug #474138 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hexedit-1.2.13.ebuild: Stable for x86, wrt bug #474138 diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index 8bd11383e5c9..e427d9bef344 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.3 2013/06/25 16:50:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.13.ebuild,v 1.4 2013/06/25 16:57:55 ago 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" |