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/libsepol-2.0.32.ebuild | |
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/libsepol-2.0.32.ebuild')
-rw-r--r-- | sys-libs/libsepol/libsepol-2.0.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |