diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-10 12:16:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-10 12:16:07 +0000 |
commit | 105da8948558f900da3f3e5ea852345665a40b5c (patch) | |
tree | 19ee73d974f5f6b77b990ce0dbb563902ffffbc4 /net-libs/axtls | |
parent | Version bump (diff) | |
download | gentoo-2-105da8948558f900da3f3e5ea852345665a40b5c.tar.gz gentoo-2-105da8948558f900da3f3e5ea852345665a40b5c.tar.bz2 gentoo-2-105da8948558f900da3f3e5ea852345665a40b5c.zip |
Stable for arm. Bug #546560.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/axtls')
-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 1a998c700efa..69a93b669a2a 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.51 2015/05/10 11:53:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.52 2015/05/10 12:16:07 blueness Exp $ + + 10 May 2015; Anthony G. Basile <blueness@gentoo.org> axtls-1.5.1.ebuild: + Stable for arm. Bug #546560. 10 May 2015; Anthony G. Basile <blueness@gentoo.org> files/explicit-libdir-r1.patch: diff --git a/net-libs/axtls/axtls-1.5.1.ebuild b/net-libs/axtls/axtls-1.5.1.ebuild index 04ad3d907486..b115d41b609e 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.5 2015/04/19 09:40:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.1.ebuild,v 1.6 2015/05/10 12:16:07 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" |