diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2008-09-10 17:37:06 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2008-09-10 17:37:06 +0000 |
commit | 0941ec8ffe571c4c42030cfeef6d50cf17b4db8c (patch) | |
tree | 20a2ff8a0d48d57270a8ee1ae7644030f7c6cab8 /sys-libs/libsemanage | |
parent | sys-libs/libsepol: cant do test outside of selinux userland repo, fix #225513. (diff) | |
download | gentoo-2-0941ec8ffe571c4c42030cfeef6d50cf17b4db8c.tar.gz gentoo-2-0941ec8ffe571c4c42030cfeef6d50cf17b4db8c.tar.bz2 gentoo-2-0941ec8ffe571c4c42030cfeef6d50cf17b4db8c.zip |
sys-libs/libsemanage: cant do test outside of selinux userland repo, fix #225513.
(Portage version: 2.1.5.6)
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-1.10.9.ebuild | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog index 1bd114c230e1..df62b0054dd1 100644 --- a/sys-libs/libsemanage/ChangeLog +++ b/sys-libs/libsemanage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libsemanage # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.21 2008/05/29 18:09:54 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.22 2008/09/10 17:37:06 pebenito Exp $ + + 10 Sep 2008; Chris PeBenito <pebenito@gentoo.org> + libsemanage-1.10.9.ebuild: + Tests cannot be run in the ebuild, they are supposed to be ran on the full + SELinux userland repo. 29 May 2008; Ali Polatel <hawking@gentoo.org> libsemanage-1.10.9.ebuild: python_mod_optimize is ROOT aware. Fixed python_mod_cleanup. diff --git a/sys-libs/libsemanage/libsemanage-1.10.9.ebuild b/sys-libs/libsemanage/libsemanage-1.10.9.ebuild index 4b322c3add26..ccd5712156ed 100644 --- a/sys-libs/libsemanage/libsemanage-1.10.9.ebuild +++ b/sys-libs/libsemanage/libsemanage-1.10.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-1.10.9.ebuild,v 1.4 2008/05/29 18:09:54 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-1.10.9.ebuild,v 1.5 2008/09/10 17:37:06 pebenito Exp $ IUSE="" @@ -20,6 +20,10 @@ KEYWORDS="alpha amd64 mips ppc sparc x86" DEPEND="=sys-libs/libsepol-${SEPOL_VER}* =sys-libs/libselinux-${SELNX_VER}*" +# tests are not meant to be run outside of the +# full SELinux userland repo +RESTRICT="test" + src_unpack() { unpack ${A} cd "${S}" |