diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-12-28 23:28:29 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-12-28 23:28:29 +0000 |
commit | 225307237514fc4f73a100dead62e6f91a09d068 (patch) | |
tree | a20c6b4bf487f98ef1b94e08861c39e083c98962 /sys-apps/elfix | |
parent | added prefix support (bug #529584) (diff) | |
download | gentoo-2-225307237514fc4f73a100dead62e6f91a09d068.tar.gz gentoo-2-225307237514fc4f73a100dead62e6f91a09d068.tar.bz2 gentoo-2-225307237514fc4f73a100dead62e6f91a09d068.zip |
Migrate forward keywords from 0.9.0 to 0.9.0-r1 since its a trivial fix.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.9.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index d0b4fedde6c3..ac88e2cf3a5f 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.92 2014/12/28 18:26:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.93 2014/12/28 23:28:29 blueness Exp $ + + 28 Dec 2014; Anthony G. Basile <blueness@gentoo.org> elfix-0.9.0-r1.ebuild: + Migrate forward keywords from 0.9.0 to 0.9.0-r1 since its a trivial fix. *elfix-0.9.0-r1 (28 Dec 2014) diff --git a/sys-apps/elfix/elfix-0.9.0-r1.ebuild b/sys-apps/elfix/elfix-0.9.0-r1.ebuild index bedb4bd91c52..dcb7a30dc801 100644 --- a/sys-apps/elfix/elfix-0.9.0-r1.ebuild +++ b/sys-apps/elfix/elfix-0.9.0-r1.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-r1.ebuild,v 1.1 2014/12/28 18:26:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0-r1.ebuild,v 1.2 2014/12/28 23:28:29 blueness Exp $ EAPI="5" @@ -13,7 +13,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 )" |