diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-19 17:32:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-19 17:32:44 +0000 |
commit | f1f9c18936af685d5fcbc081dfbea822ad31c85b (patch) | |
tree | c03b82e50d235e6eb96b050dc4983482c5f1b877 /dev-php/PEAR-Net_DNS | |
parent | Stable for amd64, wrt bug #399403 (diff) | |
download | gentoo-2-f1f9c18936af685d5fcbc081dfbea822ad31c85b.tar.gz gentoo-2-f1f9c18936af685d5fcbc081dfbea822ad31c85b.tar.bz2 gentoo-2-f1f9c18936af685d5fcbc081dfbea822ad31c85b.zip |
Stable for amd64, wrt bug #399315
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNS')
-rw-r--r-- | dev-php/PEAR-Net_DNS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_DNS/ChangeLog b/dev-php/PEAR-Net_DNS/ChangeLog index 47f2bb74b722..019452fa2ea7 100644 --- a/dev-php/PEAR-Net_DNS/ChangeLog +++ b/dev-php/PEAR-Net_DNS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_DNS -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.38 2011/01/08 09:29:26 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.39 2012/01/19 17:32:44 ago Exp $ + + 19 Jan 2012; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_DNS-1.0.7.ebuild: + Stable for amd64, wrt bug #399315 *PEAR-Net_DNS-1.0.7 (08 Jan 2011) diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild index 80d03acd927f..d791e4a1d288 100644 --- a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild +++ b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild,v 1.1 2011/01/08 09:29:26 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7.ebuild,v 1.2 2012/01/19 17:32:44 ago Exp $ inherit php-pear-r1 DESCRIPTION="Resolver library used to communicate with a DNS server." LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |