diff options
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r-- | dev-python/python-selinux/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.14.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 834da59c929b..6fbd0d173d0c 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,5 +1,5 @@ MD5 2248f71e82a52e0807714a2eaecc4e2b ChangeLog 3496 MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525 -MD5 38c693ebf28c037740b1df247e317983 python-selinux-2.14.ebuild 868 +MD5 e6c9fb9009b820b1099c245d7216b8f9 python-selinux-2.14.ebuild 848 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.14 0 MD5 4ff5600ef22d8b1261fffca18f5e085b files/python-selinux-2.14.c.bz2 5879 diff --git a/dev-python/python-selinux/python-selinux-2.14.ebuild b/dev-python/python-selinux/python-selinux-2.14.ebuild index b5c27e3c70e0..6a212cdfecfe 100644 --- a/dev-python/python-selinux/python-selinux-2.14.ebuild +++ b/dev-python/python-selinux/python-selinux-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.14.ebuild,v 1.2 2004/05/06 01:55:00 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.14.ebuild,v 1.3 2004/05/07 20:17:13 pebenito Exp $ inherit python python_version @@ -15,7 +15,6 @@ IUSE="" DEPEND="dev-lang/python sys-libs/libselinux" -RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |