summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2003-12-06 23:44:04 +0000
committerChris PeBenito <pebenito@gentoo.org>2003-12-06 23:44:04 +0000
commitfeccd9459422d2ddfa9d561063f4c3222f2f489a (patch)
treeb92dd76557478815745fab7a97e97463026e73b6 /dev-python/python-selinux/python-selinux-2.10.ebuild
parent~x86 -> x86 (diff)
downloadgentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.tar.gz
gentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.tar.bz2
gentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.zip
add missing DEP
Diffstat (limited to 'dev-python/python-selinux/python-selinux-2.10.ebuild')
-rw-r--r--dev-python/python-selinux/python-selinux-2.10.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-selinux/python-selinux-2.10.ebuild b/dev-python/python-selinux/python-selinux-2.10.ebuild
index 61ff34404fa9..a9a7e5982220 100644
--- a/dev-python/python-selinux/python-selinux-2.10.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.10.ebuild,v 1.1 2003/11/21 05:58:47 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.10.ebuild,v 1.2 2003/12/06 23:44:01 pebenito Exp $
DESCRIPTION="Python bindings for SELinux functions"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
@@ -10,7 +10,8 @@ SLOT="0"
KEYWORDS="x86 ppc sparc"
IUSE=""
-DEPEND="sys-libs/libselinux"
+DEPEND="dev-lang/python
+ sys-libs/libselinux"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}