summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/ezc-Database/ezc-Database-1.4.7.ebuild')
-rw-r--r--dev-php/ezc-Database/ezc-Database-1.4.7.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
index b26004a3907f..7245bfced34a 100644
--- a/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
+++ b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild,v 1.1 2011/12/14 22:05:31 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild,v 1.2 2012/01/29 16:19:57 mabi Exp $
+
+EAPI=4
EZC_BASE_MIN="1.8"
-inherit php-ezc depend.php
+inherit php-ezc
DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
-pkg_setup() {
- require_php_with_use pdo
-}
+RDEPEND="dev-lang/php[pdo]"