diff options
author | 2013-02-21 16:36:38 +0000 | |
---|---|---|
committer | 2013-02-21 16:36:38 +0000 | |
commit | 31a3e4cc5994bf244c04c5e36825aa83001f193c (patch) | |
tree | 6feb5b460f50d6a26f81b5d35ccafd9233609f97 /net-libs | |
parent | Stable for amd64, wrt bug #458188 (diff) | |
download | gentoo-2-31a3e4cc5994bf244c04c5e36825aa83001f193c.tar.gz gentoo-2-31a3e4cc5994bf244c04c5e36825aa83001f193c.tar.bz2 gentoo-2-31a3e4cc5994bf244c04c5e36825aa83001f193c.zip |
Stable for HPPA (bug #457418).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index 7ab4ebb0b9f1..b256d50123b7 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.24 2013/02/18 21:01:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.25 2013/02/21 16:36:38 jer Exp $ + + 21 Feb 2013; Jeroen Roovers <jer@gentoo.org> axtls-1.4.9.ebuild: + Stable for HPPA (bug #457418). 18 Feb 2013; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.9.ebuild: Respect AR, bug #457608 diff --git a/net-libs/axtls/axtls-1.4.9.ebuild b/net-libs/axtls/axtls-1.4.9.ebuild index 0f3fc5448249..eb8f15f1edc8 100644 --- a/net-libs/axtls/axtls-1.4.9.ebuild +++ b/net-libs/axtls/axtls-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.7 2013/02/18 21:01:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.8 2013/02/21 16:36:38 jer Exp $ EAPI="4" @@ -41,7 +41,7 @@ S="${WORKDIR}/${MY_PN}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 x86" IUSE="httpd cgi-lua cgi-php static static-libs doc" |