diff options
author | 2010-01-02 23:26:59 +0000 | |
---|---|---|
committer | 2010-01-02 23:26:59 +0000 | |
commit | 61ea16dc560c391bdf9198823563e98e13112bc0 (patch) | |
tree | 1d9c21ec5708be8a286f0c2bc8b4eae63b3946e3 /dev-php/php-openid/php-openid-2.1.3.ebuild | |
parent | add missing test to IUSE (diff) | |
download | historical-61ea16dc560c391bdf9198823563e98e13112bc0.tar.gz historical-61ea16dc560c391bdf9198823563e98e13112bc0.tar.bz2 historical-61ea16dc560c391bdf9198823563e98e13112bc0.zip |
Old-style virtuals can't take use deps
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-php/php-openid/php-openid-2.1.3.ebuild')
-rw-r--r-- | dev-php/php-openid/php-openid-2.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/php-openid/php-openid-2.1.3.ebuild b/dev-php/php-openid/php-openid-2.1.3.ebuild index 00938704b1f4..69bd4e838da7 100644 --- a/dev-php/php-openid/php-openid-2.1.3.ebuild +++ b/dev-php/php-openid/php-openid-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.1 2010/01/01 21:38:07 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.2 2010/01/02 23:26:59 yngwin Exp $ EAPI="2" inherit php-lib-r1 @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="" -RDEPEND="|| ( virtual/php[bcmath] virtual/php[gmp] ) - virtual/php[curl]" +RDEPEND="|| ( dev-lang/php[bcmath] dev-lang/php[gmp] ) + dev-lang/php[curl]" src_install() { cd "${S}"/Auth |