summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-03-20 17:08:34 +0000
committerWilliam Hubbs <williamh@gentoo.org>2012-03-20 17:08:34 +0000
commit823867f5806e6a935ee9f1290c208add07ad0259 (patch)
tree6d2511a8890bff98b14155148acce785d3eca044 /sys-apps/kmod
parentVersion bump. Drop old version. Thanks to Tom Hendrikx. Fixes bug #408929. (diff)
downloadgentoo-2-823867f5806e6a935ee9f1290c208add07ad0259.tar.gz
gentoo-2-823867f5806e6a935ee9f1290c208add07ad0259.tar.bz2
gentoo-2-823867f5806e6a935ee9f1290c208add07ad0259.zip
restrict test feature for bug #408915
(Portage version: 2.2.0_alpha93/cvs/Linux i686)
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r--sys-apps/kmod/ChangeLog6
-rw-r--r--sys-apps/kmod/kmod-7.ebuild8
-rw-r--r--sys-apps/kmod/kmod-9999.ebuild8
3 files changed, 19 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index 726147182285..29b6ea78adf6 100644
--- a/sys-apps/kmod/ChangeLog
+++ b/sys-apps/kmod/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/kmod
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.28 2012/03/19 22:51:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.29 2012/03/20 17:08:34 williamh Exp $
+
+ 20 Mar 2012; William Hubbs <williamh@gentoo.org> kmod-7.ebuild,
+ kmod-9999.ebuild:
+ restrict test feature for bug #408915
19 Mar 2012; William Hubbs <williamh@gentoo.org> kmod-7.ebuild,
kmod-9999.ebuild:
diff --git a/sys-apps/kmod/kmod-7.ebuild b/sys-apps/kmod/kmod-7.ebuild
index aa91de375a88..15a5f4920f9e 100644
--- a/sys-apps/kmod/kmod-7.ebuild
+++ b/sys-apps/kmod/kmod-7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-7.ebuild,v 1.4 2012/03/20 06:01:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-7.ebuild,v 1.5 2012/03/20 17:08:34 williamh Exp $
EAPI=4
@@ -31,6 +31,12 @@ DEPEND="${COMMON_DEPEND}
doc? ( dev-util/gtk-doc )"
RDEPEND="${COMMON_DEPEND}"
+# Upstream does not support running the test suite with custom configure flags.
+# I was also told that the test suite is intended for kmod developers.
+# So we have to restrict it.
+# See bug #408915.
+RESTRICT="test"
+
src_prepare()
{
if [ ! -e configure ]; then
diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild
index 273fa6cbe7f6..48fa8da78f5b 100644
--- a/sys-apps/kmod/kmod-9999.ebuild
+++ b/sys-apps/kmod/kmod-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.18 2012/03/20 06:01:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.19 2012/03/20 17:08:34 williamh Exp $
EAPI=4
@@ -31,6 +31,12 @@ DEPEND="${COMMON_DEPEND}
doc? ( dev-util/gtk-doc )"
RDEPEND="${COMMON_DEPEND}"
+# Upstream does not support running the test suite with custom configure flags.
+# I was also told that the test suite is intended for kmod developers.
+# So we have to restrict it.
+# See bug #408915.
+RESTRICT="test"
+
src_prepare()
{
if [ ! -e configure ]; then