diff options
author | 2014-12-09 10:02:44 +0000 | |
---|---|---|
committer | 2014-12-09 10:02:44 +0000 | |
commit | 4b0ced08e6d9d4fb338c64dd596ecc8602ebbaa6 (patch) | |
tree | 6db80334ed10d6635d7078429b2f1caf859bb0a2 /sys-apps/elfix | |
parent | Stable for HPPA (bug #525268). (diff) | |
download | gentoo-2-4b0ced08e6d9d4fb338c64dd596ecc8602ebbaa6.tar.gz gentoo-2-4b0ced08e6d9d4fb338c64dd596ecc8602ebbaa6.tar.bz2 gentoo-2-4b0ced08e6d9d4fb338c64dd596ecc8602ebbaa6.zip |
Stable for HPPA (bug #530570).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index 8f16553d5216..b124a0c66f53 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/elfix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.89 2014/11/26 16:00:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.90 2014/12/09 10:02:44 jer Exp $ + + 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> elfix-0.9.0.ebuild: + Stable for HPPA (bug #530570). 26 Nov 2014; Anthony G. Basile <blueness@gentoo.org> elfix-0.9.0.ebuild: Stable on arm, ppc and ppc64. Bug #530570. diff --git a/sys-apps/elfix/elfix-0.9.0.ebuild b/sys-apps/elfix/elfix-0.9.0.ebuild index af093c245b1a..e2e3fad7fbf3 100644 --- a/sys-apps/elfix/elfix-0.9.0.ebuild +++ b/sys-apps/elfix/elfix-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0.ebuild,v 1.2 2014/11/26 16:00:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0.ebuild,v 1.3 2014/12/09 10:02:44 jer Exp $ EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="+ptpax +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" |