diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 10:23:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 10:23:42 +0000 |
commit | ab6ad4fdf4ddf5fb78fc5dcc54697da11f3aacb3 (patch) | |
tree | 251fc4a755c3c1ff459adc08b005ca830d4e0864 /app-editors/hexedit | |
parent | vanilla-3.2.47 + genpatches-3.2-16 + grsecurity-2.9.1-3.2.47-201306231441 (diff) | |
download | gentoo-2-ab6ad4fdf4ddf5fb78fc5dcc54697da11f3aacb3.tar.gz gentoo-2-ab6ad4fdf4ddf5fb78fc5dcc54697da11f3aacb3.tar.bz2 gentoo-2-ab6ad4fdf4ddf5fb78fc5dcc54697da11f3aacb3.zip |
Stable for ppc64, wrt bug #474138
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", 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 764771479b8a..7fff9b882c53 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.48 2013/04/21 10:00:04 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.49 2013/06/25 10:23:42 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hexedit-1.2.13.ebuild: + Stable for ppc64, wrt bug #474138 *hexedit-1.2.13 (21 Apr 2013) diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index 29babb5673b6..51b6002f3b8b 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.1 2013/04/21 10:00:04 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.13.ebuild,v 1.2 2013/06/25 10:23:42 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" |