diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-15 04:27:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-15 04:27:13 +0000 |
commit | 927bf23cccc2267b7de1b56e2a590aa8f9be12fb (patch) | |
tree | 1b7dc9c68d2c1ccd6585ebba3de24485be76e441 /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-927bf23cccc2267b7de1b56e2a590aa8f9be12fb.tar.gz gentoo-2-927bf23cccc2267b7de1b56e2a590aa8f9be12fb.tar.bz2 gentoo-2-927bf23cccc2267b7de1b56e2a590aa8f9be12fb.zip |
Stable for HPPA (bug #546560).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 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.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index d3797599b1c9..a0df5d610a38 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.44 2015/04/14 11:27:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.45 2015/04/15 04:27:13 jer Exp $ + + 15 Apr 2015; Jeroen Roovers <jer@gentoo.org> axtls-1.5.1.ebuild: + Stable for HPPA (bug #546560). *axtls-1.5.2 (14 Apr 2015) diff --git a/net-libs/axtls/axtls-1.5.1.ebuild b/net-libs/axtls/axtls-1.5.1.ebuild index 91e1a5ea24a4..a31d1911d045 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.1 2015/01/21 18:50:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.1.ebuild,v 1.2 2015/04/15 04:27:13 jer 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" |