summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-07-02 07:55:54 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-07-02 07:55:54 +0000
commitc1efc73aa2030979b00f37dc6a2a49a42caca480 (patch)
treee40910de22c1bb6e54ad3c9066ea7392458110d2 /gnustep-libs/sope/sope-4.7_pre20080521.ebuild
parentInit script, installation instructions (diff)
downloadgnustep-c1efc73aa2030979b00f37dc6a2a49a42caca480.tar.gz
gnustep-c1efc73aa2030979b00f37dc6a2a49a42caca480.tar.bz2
gnustep-c1efc73aa2030979b00f37dc6a2a49a42caca480.zip
USE EAPI=1 for sope to enable postgres by default
Check that sope was built with USE=postrgres in sogo svn path=/overlay/; revision=371
Diffstat (limited to 'gnustep-libs/sope/sope-4.7_pre20080521.ebuild')
-rw-r--r--gnustep-libs/sope/sope-4.7_pre20080521.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnustep-libs/sope/sope-4.7_pre20080521.ebuild b/gnustep-libs/sope/sope-4.7_pre20080521.ebuild
index 6b7235c..6a38b2b 100644
--- a/gnustep-libs/sope/sope-4.7_pre20080521.ebuild
+++ b/gnustep-libs/sope/sope-4.7_pre20080521.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=1
+
inherit gnustep-base apache-module
MY_PV="1621-200805211100"
@@ -13,11 +15,12 @@ SRC_URI="http://download.opengroupware.org/nightly/sources/trunk/${PN}-trunk-r${
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="postgres sqlite"
+IUSE="mysql +postgres sqlite"
DEPEND="gnustep-base/gnustep-base
dev-libs/libxml2
net-nds/openldap
+ mysql? ( virtual/mysql )
postgres? ( virtual/postgresql-base )
sqlite? ( >=dev-db/sqlite-3 )"
RDEPEND="${DEPEND}"