diff options
author | 2014-12-30 17:54:08 +0000 | |
---|---|---|
committer | 2014-12-30 17:54:08 +0000 | |
commit | af3d8c77466cd1138cfb2ad3b2c8acdd10fbb2ca (patch) | |
tree | 131a2db534dd2f49bcef3f2b0b5d74a98475fc1f /net-libs | |
parent | arm stable, bug #533008 (diff) | |
download | gentoo-2-af3d8c77466cd1138cfb2ad3b2c8acdd10fbb2ca.tar.gz gentoo-2-af3d8c77466cd1138cfb2ad3b2c8acdd10fbb2ca.tar.bz2 gentoo-2-af3d8c77466cd1138cfb2ad3b2c8acdd10fbb2ca.zip |
arm stable, bug #533396
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 11e450ed745d..5b6423547cf2 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.39 2014/12/28 10:19:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.40 2014/12/30 17:54:08 maekke Exp $ + + 30 Dec 2014; Markus Meier <maekke@gentoo.org> axtls-1.5.0.ebuild: + arm stable, bug #533396 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> axtls-1.5.0.ebuild: Stable for x86, wrt bug #533396 diff --git a/net-libs/axtls/axtls-1.5.0.ebuild b/net-libs/axtls/axtls-1.5.0.ebuild index ea33a578ca4f..78f8ade96992 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.4 2014/12/28 10:19:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v 1.5 2014/12/30 17:54:08 maekke 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" |