diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-04-06 13:12:26 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-04-06 13:12:26 +0000 |
commit | 96daae0ac768b8741643fb261d73a6f466bdb178 (patch) | |
tree | 15d7a97e4f45a7a1acc2d7df5d7155d31c02ea7e /dev-python/python-slip | |
parent | Version bump, bug #464756 (diff) | |
download | gentoo-2-96daae0ac768b8741643fb261d73a6f466bdb178.tar.gz gentoo-2-96daae0ac768b8741643fb261d73a6f466bdb178.tar.bz2 gentoo-2-96daae0ac768b8741643fb261d73a6f466bdb178.zip |
Remove dependency on python-selinux, selinux Python module is provided by Portage
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'dev-python/python-slip')
-rw-r--r-- | dev-python/python-slip/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-slip/python-slip-0.2.21.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-slip/ChangeLog b/dev-python/python-slip/ChangeLog index 9a0de490b4ff..1f219478b5e9 100644 --- a/dev-python/python-slip/ChangeLog +++ b/dev-python/python-slip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-slip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.5 2013/03/06 23:28:36 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.6 2013/04/06 13:12:26 swift Exp $ + + 06 Apr 2013; Sven Vermeulen <swift@gentoo.org> python-slip-0.2.21.ebuild: + SELinux python module is provided by Portage, not python-selinux anymore + (python-selinux will be removed from tree) 06 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -python-slip-0.2.20.ebuild: diff --git a/dev-python/python-slip/python-slip-0.2.21.ebuild b/dev-python/python-slip/python-slip-0.2.21.ebuild index c45d9e75b4a6..63910c5ee8fd 100644 --- a/dev-python/python-slip/python-slip-0.2.21.ebuild +++ b/dev-python/python-slip/python-slip-0.2.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21.ebuild,v 1.3 2013/02/24 11:30:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21.ebuild,v 1.4 2013/04/06 13:12:26 swift Exp $ EAPI=4 @@ -24,7 +24,6 @@ RDEPEND=" dev-python/pygobject:2 sys-auth/polkit ) gtk? ( dev-python/pygtk:2 ) - selinux? ( dev-python/python-selinux ) " DEPEND="" |