diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-17 09:36:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-17 09:36:17 +0000 |
commit | f28dbe879a24487f6d02d3b83b02eeeda32c3767 (patch) | |
tree | b73d745de9ab3ccf11dc06d622bf16a9ed6bb7eb /sys-devel | |
parent | patch to fix Bug 517942, sourced from Debian, attached to bug #517942 by cill... (diff) | |
download | gentoo-2-f28dbe879a24487f6d02d3b83b02eeeda32c3767.tar.gz gentoo-2-f28dbe879a24487f6d02d3b83b02eeeda32c3767.tar.bz2 gentoo-2-f28dbe879a24487f6d02d3b83b02eeeda32c3767.zip |
Mark stable for all #553738.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 82de46208f96..5ee57032b332 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/automake # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.222 2015/07/16 20:32:47 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.223 2015/07/17 09:36:17 vapier Exp $ + + 17 Jul 2015; Mike Frysinger <vapier@gentoo.org> automake-1.15.ebuild: + Mark stable for all #553738. 16 Jul 2015; Tobias Klausmann <klausman@gentoo.org> automake-1.15.ebuild: Stable on alpha, bug 553738 diff --git a/sys-devel/automake/automake-1.15.ebuild b/sys-devel/automake/automake-1.15.ebuild index 14726cf5644c..61a2a191ef2e 100644 --- a/sys-devel/automake/automake-1.15.ebuild +++ b/sys-devel/automake/automake-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.15.ebuild,v 1.2 2015/07/16 20:32:47 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.15.ebuild,v 1.3 2015/07/17 09:36:17 vapier Exp $ EAPI="4" @@ -24,7 +24,7 @@ HOMEPAGE="http://www.gnu.org/software/automake/" LICENSE="GPL-2" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/perl |