summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <kaiowas@gentoo.org>2005-02-24 20:59:32 +0000
committerPetre Rodan <kaiowas@gentoo.org>2005-02-24 20:59:32 +0000
commit86ba45a612bed854aa83114c298bfe553cf8113a (patch)
treea46b01a00f8837b2cbaced0b183e4b57a403595a /dev-db/postgresql/postgresql-7.4.7-r1.ebuild
parentRemoved extranneous genkernel dependency. (diff)
downloadhistorical-86ba45a612bed854aa83114c298bfe553cf8113a.tar.gz
historical-86ba45a612bed854aa83114c298bfe553cf8113a.tar.bz2
historical-86ba45a612bed854aa83114c298bfe553cf8113a.zip
added selinux RDEPEND - bug 79747
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-db/postgresql/postgresql-7.4.7-r1.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-7.4.7-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.4.7-r1.ebuild b/dev-db/postgresql/postgresql-7.4.7-r1.ebuild
index c03ff94b678e..b260a6e1a901 100644
--- a/dev-db/postgresql/postgresql-7.4.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.7-r1.ebuild,v 1.9 2005/02/21 04:38:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.7-r1.ebuild,v 1.10 2005/02/24 20:59:32 kaiowas Exp $
inherit eutils gnuconfig flag-o-matic java-pkg multilib
@@ -15,7 +15,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${PV}.tar.bz2
LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha ~arm hppa amd64 ia64 ~s390 ppc64"
-IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime threads xml2"
+IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime threads xml2 selinux"
DEPEND="virtual/libc
sys-devel/autoconf
@@ -39,6 +39,7 @@ RDEPEND="virtual/libc
perl? ( >=dev-lang/perl-5.6.1-r2 )
python? ( >=dev-lang/python-2.2 )
java? ( >=virtual/jdk-1.3* )
+ selinux? ( sec-policy/selinux-postgresql )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )"