diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-12-06 23:44:04 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-12-06 23:44:04 +0000 |
commit | feccd9459422d2ddfa9d561063f4c3222f2f489a (patch) | |
tree | b92dd76557478815745fab7a97e97463026e73b6 /dev-python/python-selinux | |
parent | ~x86 -> x86 (diff) | |
download | gentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.tar.gz gentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.tar.bz2 gentoo-2-feccd9459422d2ddfa9d561063f4c3222f2f489a.zip |
add missing DEP
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r-- | dev-python/python-selinux/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-selinux/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.10.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog index ce085b9d7698..4104ed4d2112 100644 --- a/dev-python/python-selinux/ChangeLog +++ b/dev-python/python-selinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-selinux # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.12 2003/11/21 05:58:47 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.13 2003/12/06 23:44:01 pebenito Exp $ + + 06 Dec 2003; Chris PeBenito <pebenito@gentoo.org> + python-selinux-2.10.ebuild: + Add missing python DEP. *python-selinux-2.10 (20 Nov 2003) diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 44a23c29d883..cb7d16ce9b0b 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,5 +1,5 @@ -MD5 e99a38192c51b769c0de253e7510744b ChangeLog 2361 +MD5 1c5ab0ef01568cbf783e23fd3581d035 ChangeLog 2470 MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525 -MD5 ca8157008cb5a21a37990ef63e135aa2 python-selinux-2.10.ebuild 790 +MD5 80a6e6b843598c36ec171d9ba60b5e21 python-selinux-2.10.ebuild 807 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.10 0 MD5 7917bf5ac68090fb6fcfe784a4807463 files/python-selinux-2.10.c.bz2 5624 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} |