summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-08-31 08:06:28 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-08-31 08:06:28 +0000
commitd67977b76980ea2bd98cb4aa30e4d53fbd8b5a39 (patch)
tree70f1bb77eacf84a0036815f49d0bad983db4f90e /dev-lang
parentMoved from sunrise. (diff)
downloadgentoo-2-d67977b76980ea2bd98cb4aa30e4d53fbd8b5a39.tar.gz
gentoo-2-d67977b76980ea2bd98cb4aa30e4d53fbd8b5a39.tar.bz2
gentoo-2-d67977b76980ea2bd98cb4aa30e4d53fbd8b5a39.zip
Fixed defunct RDEPEND
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/php-5.3.8.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/php/php-5.3.8.ebuild b/dev-lang/php/php-5.3.8.ebuild
index 150a7202e3de..65baecad6d1a 100644
--- a/dev-lang/php/php-5.3.8.ebuild
+++ b/dev-lang/php/php-5.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.6 2011/08/28 13:38:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.7 2011/08/31 08:06:28 olemarkus Exp $
EAPI=4
@@ -257,6 +257,8 @@ DEPEND="${DEPEND}
[[ -n $SUHOSIN_VERSION ]] && RDEPEND="${RDEPEND} suhosin? (
=${CATEGORY}/${PN}-${SLOT}*[unicode] )"
+RDEPEND="${DEPEND}"
+
DEPEND="${DEPEND}
sys-devel/flex
>=sys-devel/m4-1.4.3