diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-05-28 18:14:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-05-28 18:14:37 +0000 |
commit | e72be5d9449d044ac405f721b6860603060f4898 (patch) | |
tree | 957988e5231367cc02d5c96704e2bcacc6fccd25 /dev-php/PEAR-File_Archive | |
parent | Remove old versions. (diff) | |
download | gentoo-2-e72be5d9449d044ac405f721b6860603060f4898.tar.gz gentoo-2-e72be5d9449d044ac405f721b6860603060f4898.tar.bz2 gentoo-2-e72be5d9449d044ac405f721b6860603060f4898.zip |
fix invalid atoms
(Portage version: 2.1_rc3)
Diffstat (limited to 'dev-php/PEAR-File_Archive')
-rw-r--r-- | dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild index dd371a6ab051..1e78a2cc5f2d 100644 --- a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild +++ b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild,v 1.4 2006/05/27 11:02:06 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild,v 1.5 2006/05/28 18:14:37 swegener Exp $ inherit php-pear-r1 depend.php @@ -10,7 +10,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND=">=dev-php/PEAR-MIME_Type - >=dev-php/PEAR-Mail_Mime +RDEPEND="dev-php/PEAR-MIME_Type + dev-php/PEAR-Mail_Mime dev-php/PEAR-Mail dev-php/PEAR-Cache_Lite" |