diff options
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="" |