diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-17 17:53:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-17 17:53:52 +0000 |
commit | 1fd1d96b5979c1bd6eb1553a7b27bb0efee82e76 (patch) | |
tree | a052514a07cadc58b93bd5f1f010f0d925412cf3 | |
parent | Version bump (diff) | |
download | gentoo-2-1fd1d96b5979c1bd6eb1553a7b27bb0efee82e76.tar.gz gentoo-2-1fd1d96b5979c1bd6eb1553a7b27bb0efee82e76.tar.bz2 gentoo-2-1fd1d96b5979c1bd6eb1553a7b27bb0efee82e76.zip |
bring ~amd64-fbsd keywords to latest versions too
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r-- | sys-devel/automake/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.6.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.13.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index c5e732c50dc7..7d32c3db0fba 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/automake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.194 2013/04/15 21:44:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.195 2013/04/17 17:53:52 aballier Exp $ + + 17 Apr 2013; Alexis Ballier <aballier@gentoo.org> automake-1.12.6.ebuild, + automake-1.13.1.ebuild: + bring ~amd64-fbsd keywords to latest versions too 15 Apr 2013; Mike Frysinger <vapier@gentoo.org> automake-1.12.6.ebuild: Mark m68k stable. diff --git a/sys-devel/automake/automake-1.12.6.ebuild b/sys-devel/automake/automake-1.12.6.ebuild index 73d42e34f0dd..e1f5fe474f33 100644 --- a/sys-devel/automake/automake-1.12.6.ebuild +++ b/sys-devel/automake/automake-1.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.16 2013/04/15 21:44:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.17 2013/04/17 17:53:52 aballier Exp $ inherit eutils versionator unpacker @@ -22,7 +22,7 @@ HOMEPAGE="http://www.gnu.org/software/automake/" LICENSE="GPL-2" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/perl diff --git a/sys-devel/automake/automake-1.13.1.ebuild b/sys-devel/automake/automake-1.13.1.ebuild index 3aa22d5207fd..2791e2e275da 100644 --- a/sys-devel/automake/automake-1.13.1.ebuild +++ b/sys-devel/automake/automake-1.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.13.1.ebuild,v 1.4 2013/04/04 22:15:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.13.1.ebuild,v 1.5 2013/04/17 17:53:52 aballier Exp $ inherit eutils versionator unpacker @@ -23,7 +23,7 @@ LICENSE="GPL-2" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" # Testing. -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/perl |