diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-23 05:42:20 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-23 05:42:20 +0000 |
commit | 48a92955e372d312050644abe935a13a5dc3675b (patch) | |
tree | 99b1526828fd48bac5a53778383a262f1014cb68 /net-libs/axtls | |
parent | Add notifcation to use AddARGBGLXVisuals options with nvidia-drivers. #427608... (diff) | |
download | gentoo-2-48a92955e372d312050644abe935a13a5dc3675b.tar.gz gentoo-2-48a92955e372d312050644abe935a13a5dc3675b.tar.bz2 gentoo-2-48a92955e372d312050644abe935a13a5dc3675b.zip |
Stable arm
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/axtls')
-rw-r--r-- | net-libs/axtls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index 0ab6fe3cc48b..d18b8e87aeb4 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2012/07/20 01:59:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.13 2012/07/23 05:42:20 blueness Exp $ + + 23 Jul 2012; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.8.ebuild: + Stable arm 20 Jul 2012; Jeff Horelick <jdhore@gentoo.org> axtls-1.4.6-r1.ebuild: marked x86 per bug 421479 diff --git a/net-libs/axtls/axtls-1.4.8.ebuild b/net-libs/axtls/axtls-1.4.8.ebuild index d4cc0beab340..eabde5e01968 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.4 2012/07/19 20:18:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.8.ebuild,v 1.5 2012/07/23 05:42:20 blueness 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" |