summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-04 20:48:10 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-04 20:48:10 +0000
commit05e07506e192bc1e5b833c159588fb518f7de2eb (patch)
treeac91aa2f19bbdc68d025e7ce6c2126844575e2cf /dev-php5/pecl-pdo-oci
parentstable on amd64; bug 168294 (diff)
downloadgentoo-2-05e07506e192bc1e5b833c159588fb518f7de2eb.tar.gz
gentoo-2-05e07506e192bc1e5b833c159588fb518f7de2eb.tar.bz2
gentoo-2-05e07506e192bc1e5b833c159588fb518f7de2eb.zip
Fix RDEPEND.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php5/pecl-pdo-oci')
-rw-r--r--dev-php5/pecl-pdo-oci/ChangeLog5
-rw-r--r--dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-php5/pecl-pdo-oci/ChangeLog b/dev-php5/pecl-pdo-oci/ChangeLog
index ab569cc2283e..a741b63a4537 100644
--- a/dev-php5/pecl-pdo-oci/ChangeLog
+++ b/dev-php5/pecl-pdo-oci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-pdo-oci
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/ChangeLog,v 1.10 2007/03/04 20:44:57 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/ChangeLog,v 1.11 2007/03/04 20:48:10 chtekk Exp $
+
+ 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-pdo-oci-1.0.ebuild:
+ Fix RDEPEND.
04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-pdo-oci-1.0.ebuild:
Cleanup.
diff --git a/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild b/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
index 49984b16b57c..442ae848a36a 100644
--- a/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
+++ b/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild,v 1.9 2007/03/04 20:44:57 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild,v 1.10 2007/03/04 20:48:10 chtekk Exp $
PHP_EXT_NAME="pdo_oci"
PHP_EXT_PECL_PKG="PDO_OCI"
@@ -18,6 +18,7 @@ IUSE="oci8-instant-client"
DEPEND="dev-php5/pecl-pdo
oci8-instant-client? ( dev-db/oracle-instantclient-basic )"
+RDEPEND="${DEPEND}"
need_php_by_category