diff options
author | 2012-08-22 00:20:32 +0000 | |
---|---|---|
committer | 2012-08-22 00:20:32 +0000 | |
commit | 1088dcb8a06210963bbf18d1140a0670ea9a5dae (patch) | |
tree | 198c0b110c1dbc5e02b8cbdf2131c238a0f92d3a /app-editors/dhex | |
parent | Permit newer thor on railties 3.0/3.1. (diff) | |
download | historical-1088dcb8a06210963bbf18d1140a0670ea9a5dae.tar.gz historical-1088dcb8a06210963bbf18d1140a0670ea9a5dae.tar.bz2 historical-1088dcb8a06210963bbf18d1140a0670ea9a5dae.zip |
Keyword ~arm, bug #431922
Package-Manager: portage-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" |