diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:37:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:37:10 +0000 |
commit | dba7faa8dd63f6e554577f47ec3337fd88cd919a (patch) | |
tree | e2eca1277799854cfebfba13b3e5c012a64b4e38 /sys-devel | |
parent | Add arm64/m68k love. (diff) | |
download | historical-dba7faa8dd63f6e554577f47ec3337fd88cd919a.tar.gz historical-dba7faa8dd63f6e554577f47ec3337fd88cd919a.tar.bz2 historical-dba7faa8dd63f6e554577f47ec3337fd88cd919a.zip |
Add arm64 love.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autogen/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.18.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.18.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/autogen/ChangeLog b/sys-devel/autogen/ChangeLog index e4a924a19109..da193856fe54 100644 --- a/sys-devel/autogen/ChangeLog +++ b/sys-devel/autogen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autogen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.102 2014/06/08 16:53:01 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.103 2014/06/10 00:37:10 vapier Exp $ + + 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> autogen-5.18.1.ebuild, + autogen-5.18.2.ebuild: + Add arm64 love. 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> autogen-5.18.1.ebuild: ia64 stable wrt bug #509056 diff --git a/sys-devel/autogen/autogen-5.18.1.ebuild b/sys-devel/autogen/autogen-5.18.1.ebuild index 600846710356..59a37d876016 100644 --- a/sys-devel/autogen/autogen-5.18.1.ebuild +++ b/sys-devel/autogen/autogen-5.18.1.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-devel/autogen/autogen-5.18.1.ebuild,v 1.4 2014/06/08 16:53:01 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.5 2014/06/10 00:37:10 vapier Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="libopts static-libs" RDEPEND=">=dev-scheme/guile-1.8 diff --git a/sys-devel/autogen/autogen-5.18.2.ebuild b/sys-devel/autogen/autogen-5.18.2.ebuild index 57da95103d1a..565408e07fb8 100644 --- a/sys-devel/autogen/autogen-5.18.2.ebuild +++ b/sys-devel/autogen/autogen-5.18.2.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-devel/autogen/autogen-5.18.2.ebuild,v 1.1 2014/04/27 02:28:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.2.ebuild,v 1.2 2014/06/10 00:37:10 vapier Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="libopts static-libs" RDEPEND=">=dev-scheme/guile-1.8 |