summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-02-16 21:48:02 +0000
committerBrian Evans <grknight@gentoo.org>2015-02-16 21:48:02 +0000
commitefe1a7b35042ca96a22ed458eaf6aa4b76c016d8 (patch)
treed6732e99b60915804c74af0e28580ee4e93618e8 /dev-php
parentDrop old (diff)
downloadgentoo-2-efe1a7b35042ca96a22ed458eaf6aa4b76c016d8.tar.gz
gentoo-2-efe1a7b35042ca96a22ed458eaf6aa4b76c016d8.tar.bz2
gentoo-2-efe1a7b35042ca96a22ed458eaf6aa4b76c016d8.zip
Add missing RDEPEND for bug 447180
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Archive_Tar/ChangeLog5
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-Archive_Tar/ChangeLog b/dev-php/PEAR-Archive_Tar/ChangeLog
index b34e5d281a8a..0efb64f9900f 100644
--- a/dev-php/PEAR-Archive_Tar/ChangeLog
+++ b/dev-php/PEAR-Archive_Tar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-Archive_Tar
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.64 2015/01/14 20:12:53 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.65 2015/02/16 21:48:02 grknight Exp $
+
+ 16 Feb 2015; Brian Evans <grknight@gentoo.org> PEAR-Archive_Tar-1.3.13.ebuild:
+ Add missing RDEPEND for bug 447180
*PEAR-Archive_Tar-1.3.13 (14 Jan 2015)
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild
index 102fc25a8d8e..0647f06b3c83 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild,v 1.1 2015/01/14 20:12:53 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.13.ebuild,v 1.2 2015/02/16 21:48:02 grknight Exp $
EAPI="5"
@@ -14,10 +14,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DEPEND="dev-lang/php[pcre(+)]
+DEPEND="dev-lang/php:*[pcre(+)]
>=dev-php/PEAR-PEAR-1.8.1
"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/php:*[bzip2,posix,zlib]
+ ${DEPEND}"
PDEPEND="dev-php/pear"
HOMEPAGE="http://pear.php.net/package/Archive_Tar"