diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-15 22:47:22 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-15 22:47:22 +0000 |
commit | 94da18c7f3d38d6830199baf34e81db21d43cb6e (patch) | |
tree | 3e93a83ce9c7cdd7e1c2da722f4b60586552cdea /net-libs | |
parent | Don't use ebeep in EAPI 4 and newer since it was deprecated and removed in EA... (diff) | |
download | gentoo-2-94da18c7f3d38d6830199baf34e81db21d43cb6e.tar.gz gentoo-2-94da18c7f3d38d6830199baf34e81db21d43cb6e.tar.bz2 gentoo-2-94da18c7f3d38d6830199baf34e81db21d43cb6e.zip |
Keyword ~arm ~mips ~ppc ~ppc64
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.4.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.4.8.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index 5aa6f3bfdb78..439f85d60425 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.9 2012/07/11 23:59:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.10 2012/07/15 22:47:22 blueness Exp $ + + 15 Jul 2012; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.6-r1.ebuild, + axtls-1.4.8.ebuild: + Keyword ~arm ~mips ~ppc ~ppc64 11 Jul 2012; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.6-r1.ebuild, axtls-1.4.8.ebuild: diff --git a/net-libs/axtls/axtls-1.4.6-r1.ebuild b/net-libs/axtls/axtls-1.4.6-r1.ebuild index cddb8dd55742..0e2880725cf3 100644 --- a/net-libs/axtls/axtls-1.4.6-r1.ebuild +++ b/net-libs/axtls/axtls-1.4.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.6-r1.ebuild,v 1.5 2012/07/11 23:59:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.6-r1.ebuild,v 1.6 2012/07/15 22:47:22 blueness Exp $ EAPI="4" @@ -41,7 +41,7 @@ S="${WORKDIR}/${MY_PN}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~x86" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86" IUSE="httpd cgi-lua cgi-php static static-libs doc" # TODO: add ipv6, and c#, java, lua, perl bindings diff --git a/net-libs/axtls/axtls-1.4.8.ebuild b/net-libs/axtls/axtls-1.4.8.ebuild index f1488178aff9..7de1a872c732 100644 --- a/net-libs/axtls/axtls-1.4.8.ebuild +++ b/net-libs/axtls/axtls-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.8.ebuild,v 1.2 2012/07/11 23:59:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.8.ebuild,v 1.3 2012/07/15 22:47:22 blueness Exp $ EAPI="4" @@ -41,7 +41,8 @@ S="${WORKDIR}/${MY_PN}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" + IUSE="httpd cgi-lua cgi-php static static-libs doc" # TODO: add ipv6, and c#, java, lua, perl bindings |