diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:18:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:18:50 +0000 |
commit | b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1 (patch) | |
tree | c34c4f22e913b818edeeb55c2b1f056b5e4dcf65 /sys-libs/libsepol | |
parent | x11-libs/libXi: move inputproto dep from RDEP to DEP (fixes bug #227881 and l... (diff) | |
download | historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.tar.gz historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.tar.bz2 historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-2.0.32.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-2.0.37.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index f9ecdd96aec0..96f72a0f5d27 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.34 2009/08/02 01:12:10 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.35 2009/09/23 21:16:53 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libsepol-2.0.32.ebuild, + libsepol-2.0.37.ebuild: + Remove virtual/libc *libsepol-2.0.37 (02 Aug 2009) diff --git a/sys-libs/libsepol/libsepol-2.0.32.ebuild b/sys-libs/libsepol/libsepol-2.0.32.ebuild index d9909eef0a77..85d46f93d592 100644 --- a/sys-libs/libsepol/libsepol-2.0.32.ebuild +++ b/sys-libs/libsepol/libsepol-2.0.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.0.32.ebuild,v 1.2 2009/07/22 13:26:16 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.0.32.ebuild,v 1.3 2009/09/23 21:16:53 patrick Exp $ IUSE="" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -DEPEND="virtual/libc" +DEPEND="" # tests are not meant to be run outside of the # full SELinux userland repo diff --git a/sys-libs/libsepol/libsepol-2.0.37.ebuild b/sys-libs/libsepol/libsepol-2.0.37.ebuild index 41145a4fb3b0..b2706934d450 100644 --- a/sys-libs/libsepol/libsepol-2.0.37.ebuild +++ b/sys-libs/libsepol/libsepol-2.0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.0.37.ebuild,v 1.1 2009/08/02 01:12:10 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.0.37.ebuild,v 1.2 2009/09/23 21:16:53 patrick Exp $ IUSE="" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="virtual/libc" +DEPEND="" # tests are not meant to be run outside of the # full SELinux userland repo |