diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-12-27 22:07:59 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-12-27 22:07:59 +0000 |
commit | b341212a7742d15d16becf5679a432bc94f3bc3e (patch) | |
tree | 85689c0964ae0ab798433f37c866336242f27efd /dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.tar.gz gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.tar.bz2 gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.zip |
Fixed RDEPEND line with regards to bug 349318
(Portage version: 2.1.9.25/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild')
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild index 0671ab5e9a73..f56ecb979b0f 100644 --- a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.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/PEAR-Mail/PEAR-Mail-1.2.0.ebuild,v 1.6 2010/12/25 17:24:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild,v 1.7 2010/12/27 22:07:59 olemarkus Exp $ inherit php-pear-r1 @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" IUSE="" -RDEPEND=">=dev-php/PEAR-Net_SMTP-1.2.7" +RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1" |