diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2008-09-10 17:34:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2008-09-10 17:34:19 +0000 |
commit | eb0c7cd5fd618391b9c786e7ee0d6d2c99318d9f (patch) | |
tree | b9c53bf0391b87685ae9174b55f0315c9b557444 /sys-libs/libsepol | |
parent | initial commit. Heavily modified ebuild, originally submitted by Paul Bredbu... (diff) | |
download | gentoo-2-eb0c7cd5fd618391b9c786e7ee0d6d2c99318d9f.tar.gz gentoo-2-eb0c7cd5fd618391b9c786e7ee0d6d2c99318d9f.tar.bz2 gentoo-2-eb0c7cd5fd618391b9c786e7ee0d6d2c99318d9f.zip |
sys-libs/libsepol: cant do test outside of selinux userland repo, fix #225513.
(Portage version: 2.1.5.6)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-1.16.11.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index 4a0ccd88cc8c..2383fafb8e45 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.30 2008/05/13 02:43:39 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.31 2008/09/10 17:34:19 pebenito Exp $ + + 10 Sep 2008; Chris PeBenito <pebenito@gentoo.org> libsepol-1.16.11.ebuild: + Tests cannot be run in the ebuild, they are supposed to be ran on the full + SELinux userland repo. 13 May 2008; Chris PeBenito <pebenito@gentoo.org> -libsepol-1.10.ebuild, -libsepol-1.12-r1.ebuild, -libsepol-1.16.3.ebuild, diff --git a/sys-libs/libsepol/libsepol-1.16.11.ebuild b/sys-libs/libsepol/libsepol-1.16.11.ebuild index 2e2b35d39c23..df76f2663611 100644 --- a/sys-libs/libsepol/libsepol-1.16.11.ebuild +++ b/sys-libs/libsepol/libsepol-1.16.11.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/libsepol/libsepol-1.16.11.ebuild,v 1.2 2008/05/13 02:43:39 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.16.11.ebuild,v 1.3 2008/09/10 17:34:19 pebenito Exp $ IUSE="" @@ -17,6 +17,10 @@ KEYWORDS="alpha amd64 mips ppc sparc x86" DEPEND="virtual/libc" +# tests are not meant to be run outside of the +# full SELinux userland repo +RESTRICT="test" + src_unpack() { unpack ${A} cd "${S}" |