diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-08 21:06:50 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-08 21:06:50 +0000 |
commit | ba1484c8023d1584f75953e51265cfacb50d48e8 (patch) | |
tree | 2dfa04dd7eeb21ba3c1bee480631b301112c40f8 /dev-php/PEAR-Net_IDNA2 | |
parent | Update x11-libs/qt mask. (diff) | |
download | gentoo-2-ba1484c8023d1584f75953e51265cfacb50d48e8.tar.gz gentoo-2-ba1484c8023d1584f75953e51265cfacb50d48e8.tar.bz2 gentoo-2-ba1484c8023d1584f75953e51265cfacb50d48e8.zip |
add ~arm, bug #385255
(Portage version: 2.1.10.39/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Net_IDNA2')
-rw-r--r-- | dev-php/PEAR-Net_IDNA2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_IDNA2/ChangeLog b/dev-php/PEAR-Net_IDNA2/ChangeLog index 2a893b5e1cdd..da23170ad079 100644 --- a/dev-php/PEAR-Net_IDNA2/ChangeLog +++ b/dev-php/PEAR-Net_IDNA2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_IDNA2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IDNA2/ChangeLog,v 1.4 2011/11/25 18:07:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IDNA2/ChangeLog,v 1.5 2011/12/08 21:06:50 maekke Exp $ + + 08 Dec 2011; Markus Meier <maekke@gentoo.org> PEAR-Net_IDNA2-0.1.1.ebuild: + add ~arm, bug #385255 25 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> PEAR-Net_IDNA2-0.1.1.ebuild: diff --git a/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild b/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild index c0af5236a32f..261eeec04573 100644 --- a/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild +++ b/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild,v 1.4 2011/11/25 18:07:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IDNA2/PEAR-Net_IDNA2-0.1.1.ebuild,v 1.5 2011/12/08 21:06:50 maekke Exp $ inherit php-pear-r1 DESCRIPTION="Punycode encoding and decoding." LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="" |