diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-20 22:48:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-20 22:48:10 +0000 |
commit | 653b5633b6667893bbe52075ba7e02a61e417314 (patch) | |
tree | 777204776759ac8a58274d63617b40784d6c8b2a /sys-process | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-653b5633b6667893bbe52075ba7e02a61e417314.tar.gz gentoo-2-653b5633b6667893bbe52075ba7e02a61e417314.tar.bz2 gentoo-2-653b5633b6667893bbe52075ba7e02a61e417314.zip |
Disable the testcases as they are redhat specific.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-1.6.8.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 8cd02dc839e3..25b7a1be0685 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.39 2008/02/20 22:42:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.40 2008/02/20 22:48:10 robbat2 Exp $ + + 20 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> audit-1.6.8.ebuild: + Disable the testcases as they are redhat specific. 20 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> +files/audit-1.6.8-subdirs-fix.patch, audit-1.6.8.ebuild: diff --git a/sys-process/audit/audit-1.6.8.ebuild b/sys-process/audit/audit-1.6.8.ebuild index 929ca647be92..88c006444910 100644 --- a/sys-process/audit/audit-1.6.8.ebuild +++ b/sys-process/audit/audit-1.6.8.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-process/audit/audit-1.6.8.ebuild,v 1.3 2008/02/20 22:42:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.4 2008/02/20 22:48:10 robbat2 Exp $ inherit autotools multilib toolchain-funcs python @@ -12,6 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ldap" +# Testcases are pretty useless as they are built for RedHat users/groups and +# kernels. +RESTRICT="test" RDEPEND=">=dev-lang/python-2.4 ldap? ( net-nds/openldap )" |