diff options
author | 2015-01-01 11:34:57 +0000 | |
---|---|---|
committer | 2015-01-01 11:34:57 +0000 | |
commit | d67cef7956645c0ceddef4f87e0b7ff266a96875 (patch) | |
tree | e098651b964edbc7024c3dc31b38fd30e68b483f /net-libs | |
parent | Stable for ppc64, wrt bug #533316 (diff) | |
download | gentoo-2-d67cef7956645c0ceddef4f87e0b7ff266a96875.tar.gz gentoo-2-d67cef7956645c0ceddef4f87e0b7ff266a96875.tar.bz2 gentoo-2-d67cef7956645c0ceddef4f87e0b7ff266a96875.zip |
Stable for ppc64, wrt bug #533396
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index bba1c64bf477..607b585f0eda 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.41 2014/12/31 16:25:56 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.42 2015/01/01 11:34:57 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> axtls-1.5.0.ebuild: + Stable for ppc64, wrt bug #533396 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> axtls-1.5.0.ebuild: Stable for ppc, wrt bug #533396 diff --git a/net-libs/axtls/axtls-1.5.0.ebuild b/net-libs/axtls/axtls-1.5.0.ebuild index 01003413d82b..01db6a145bc2 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 +# 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.0.ebuild,v 1.6 2014/12/31 16:25:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v 1.7 2015/01/01 11:34:57 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" |