diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-15 12:37:13 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-15 12:37:13 +0000 |
commit | 6e6f98f0f0bf5dae4f813a96846b108d3abf2750 (patch) | |
tree | 8b2387a58dd08621488dd487023bbbf0817708bf | |
parent | [QA] Revert default/linux/arm/13.0 profile back to stable. This has been ackn... (diff) | |
download | gentoo-2-6e6f98f0f0bf5dae4f813a96846b108d3abf2750.tar.gz gentoo-2-6e6f98f0f0bf5dae4f813a96846b108d3abf2750.tar.bz2 gentoo-2-6e6f98f0f0bf5dae4f813a96846b108d3abf2750.zip |
Stable on ppc and ppc64. Bug #546560.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | net-libs/axtls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index a0df5d610a38..448ed0a72805 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.45 2015/04/15 04:27:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.46 2015/04/15 12:37:13 blueness Exp $ + + 15 Apr 2015; Anthony G. Basile <blueness@gentoo.org> axtls-1.5.1.ebuild: + Stable on ppc and ppc64. Bug #546560. 15 Apr 2015; Jeroen Roovers <jer@gentoo.org> axtls-1.5.1.ebuild: Stable for HPPA (bug #546560). diff --git a/net-libs/axtls/axtls-1.5.1.ebuild b/net-libs/axtls/axtls-1.5.1.ebuild index a31d1911d045..d1716dc3c8d8 100644 --- a/net-libs/axtls/axtls-1.5.1.ebuild +++ b/net-libs/axtls/axtls-1.5.1.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/net-libs/axtls/axtls-1.5.1.ebuild,v 1.2 2015/04/15 04:27:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.1.ebuild,v 1.3 2015/04/15 12:37:13 blueness Exp $ EAPI="5" @@ -41,7 +41,7 @@ S="${WORKDIR}/${PN}-code" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="~amd64 ~arm hppa ~mips ppc ppc64 ~s390 ~x86" IUSE="httpd cgi-lua cgi-php static static-libs doc" |