diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:25:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:25:56 +0000 |
commit | b08893f83c21d9cd0df38bd3ec82e4178ca103fc (patch) | |
tree | f6977b718c83692048be068aa815b041b14de635 /net-libs | |
parent | Stable for ppc, wrt bug #533372 (diff) | |
download | gentoo-2-b08893f83c21d9cd0df38bd3ec82e4178ca103fc.tar.gz gentoo-2-b08893f83c21d9cd0df38bd3ec82e4178ca103fc.tar.bz2 gentoo-2-b08893f83c21d9cd0df38bd3ec82e4178ca103fc.zip |
Stable for ppc, wrt bug #533396
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index 5b6423547cf2..bba1c64bf477 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.40 2014/12/30 17:54:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.41 2014/12/31 16:25:56 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> axtls-1.5.0.ebuild: + Stable for ppc, wrt bug #533396 30 Dec 2014; Markus Meier <maekke@gentoo.org> axtls-1.5.0.ebuild: arm stable, bug #533396 diff --git a/net-libs/axtls/axtls-1.5.0.ebuild b/net-libs/axtls/axtls-1.5.0.ebuild index 78f8ade96992..01003413d82b 100644 --- a/net-libs/axtls/axtls-1.5.0.ebuild +++ b/net-libs/axtls/axtls-1.5.0.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/net-libs/axtls/axtls-1.5.0.ebuild,v 1.5 2014/12/30 17:54:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v 1.6 2014/12/31 16:25:56 ago 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" |