diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-04 13:45:33 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-04 13:45:33 +0000 |
commit | c7670145b468a7fe498ccaff653fc7850d696159 (patch) | |
tree | 0f9771afd744af03bc1dea89b85f59b1148d9a81 /dev-php | |
parent | Keyword ~ppc64 wrt #264046 by Nita Vesa. (diff) | |
download | gentoo-2-c7670145b468a7fe498ccaff653fc7850d696159.tar.gz gentoo-2-c7670145b468a7fe498ccaff653fc7850d696159.tar.bz2 gentoo-2-c7670145b468a7fe498ccaff653fc7850d696159.zip |
fix bug #324823
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-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 -} |