diff options
-rw-r--r-- | dev-php/PEAR-Net_DNS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-php/PEAR-Net_DNS/ChangeLog b/dev-php/PEAR-Net_DNS/ChangeLog index edd74c23744b..52c5d4129696 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.33 2009/08/22 18:56:47 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.34 2010/07/04 13:45:33 mabi Exp $ + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> PEAR-Net_DNS-1.0.1.ebuild: + mhash dependency is optional, thanks to Ole Markus With on bug #324823 *PEAR-Net_DNS-1.0.1 (22 Aug 2009) diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild index 24545df42e2e..a0c3a6098691 100644 --- a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild +++ b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.1.ebuild,v 1.1 2009/08/22 18:56:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild,v 1.2 2010/07/04 13:45:33 mabi Exp $ inherit php-pear-r1 depend.php @@ -10,6 +10,3 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -pkg_setup() { - require_php_with_use mhash -} |