diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 23:26:59 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 23:26:59 +0000 |
commit | ce2b5ed0364b51ac5cd7e650f191d7da82e98edf (patch) | |
tree | def8cc9c11f3c2533b5dcd40a8c7592f29bf3034 /dev-php/php-openid/php-openid-2.1.3.ebuild | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-ce2b5ed0364b51ac5cd7e650f191d7da82e98edf.tar.gz gentoo-2-ce2b5ed0364b51ac5cd7e650f191d7da82e98edf.tar.bz2 gentoo-2-ce2b5ed0364b51ac5cd7e650f191d7da82e98edf.zip |
Old-style virtuals can't take use deps
(Portage version: 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 |