diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-12 21:53:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-12 21:53:58 +0000 |
commit | 1524d3cba41b407e0fcea5622ebcbb27ba7fcc23 (patch) | |
tree | 9ed73f4d28be763b4c627ffcce63d913aa747810 /sys-libs/pwdb/pwdb-0.62.ebuild | |
parent | corrected path to sed (diff) | |
download | gentoo-2-1524d3cba41b407e0fcea5622ebcbb27ba7fcc23.tar.gz gentoo-2-1524d3cba41b407e0fcea5622ebcbb27ba7fcc23.tar.bz2 gentoo-2-1524d3cba41b407e0fcea5622ebcbb27ba7fcc23.zip |
Restrict broken src_test #122603 by Ryan Hill.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs/pwdb/pwdb-0.62.ebuild')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild index 965a8b4b44f5..b185d15e7fbd 100644 --- a/sys-libs/pwdb/pwdb-0.62.ebuild +++ b/sys-libs/pwdb/pwdb-0.62.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.22 2005/12/17 03:43:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.23 2006/02/12 21:53:58 vapier Exp $ inherit eutils flag-o-matic @@ -12,6 +12,7 @@ LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="selinux" +RESTRICT="test" #122603 DEPEND="selinux? ( sys-libs/libselinux )" |