diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
commit | 62eeed1d293fb0957ac299dc33ce55bfd28c73bd (patch) | |
tree | 7ca725b84298b6294a54a95cc67ebb83c183cca4 /dev-python/python-selinux | |
parent | added hardened-gcc excludes (diff) | |
download | gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.gz gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.bz2 gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.zip |
repoman: trim trailing whitespace
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-1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 93314e009fbe..bce2d3c70140 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,4 +1,4 @@ -MD5 88aaf73466fd5177675128b2277a300d python-selinux-1.2.ebuild 720 MD5 c9dba0198acbe5c4268b31ae753a465d ChangeLog 948 MD5 f182ab46e74041b1e72cc2f0e31d09d7 metadata.xml 418 +MD5 e010d713dec1a57d7ae150ce2090cf62 python-selinux-1.2.ebuild 721 MD5 fe5e6d65ff52bce9f7de7629920c3644 files/digest-python-selinux-1.2 69 diff --git a/dev-python/python-selinux/python-selinux-1.2.ebuild b/dev-python/python-selinux/python-selinux-1.2.ebuild index a9663b30f78d..0b9ca1b9cef6 100644 --- a/dev-python/python-selinux/python-selinux-1.2.ebuild +++ b/dev-python/python-selinux/python-selinux-1.2.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-1.2.ebuild,v 1.1 2003/07/30 01:20:51 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-1.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="Python bindings for SELinux functions" HOMEPAGE="http://selinux.dev.gentoo.org/python" @@ -23,5 +23,5 @@ src_compile() { src_install() { insinto /usr/lib/python2.2/site-packages - doins selinux.so + doins selinux.so } |