diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-22 00:20:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-22 00:20:32 +0000 |
commit | 34fd5c20405f9770ada98a2acda700d50320b028 (patch) | |
tree | 0987cc1bfde431d9a0a3cda38589e20f44c97405 /app-editors/dhex | |
parent | Keyword ~arm, bug #431922 (diff) | |
download | gentoo-2-34fd5c20405f9770ada98a2acda700d50320b028.tar.gz gentoo-2-34fd5c20405f9770ada98a2acda700d50320b028.tar.bz2 gentoo-2-34fd5c20405f9770ada98a2acda700d50320b028.zip |
Keyword ~arm, bug #431922
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/dhex')
-rw-r--r-- | app-editors/dhex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/dhex/dhex-0.67.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/dhex/ChangeLog b/app-editors/dhex/ChangeLog index fe3e91205f75..e39e975234f1 100644 --- a/app-editors/dhex/ChangeLog +++ b/app-editors/dhex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/dhex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/ChangeLog,v 1.9 2012/08/10 13:06:12 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/ChangeLog,v 1.10 2012/08/22 00:20:32 blueness Exp $ + + 22 Aug 2012; Anthony G. Basile <blueness@gentoo.org> dhex-0.67.ebuild: + Keyword ~arm, bug #431922 10 Aug 2012; Johannes Huber <johu@gentoo.org> dhex-0.67.ebuild: Stable for x86, wrt bug #428852 diff --git a/app-editors/dhex/dhex-0.67.ebuild b/app-editors/dhex/dhex-0.67.ebuild index 6ae42c67d74e..8db8d9f27895 100644 --- a/app-editors/dhex/dhex-0.67.ebuild +++ b/app-editors/dhex/dhex-0.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.67.ebuild,v 1.3 2012/08/10 13:06:12 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.67.ebuild,v 1.4 2012/08/22 00:20:32 blueness Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.dettus.net/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND="sys-libs/ncurses" |