summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-06-06 18:11:37 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-06-06 18:11:37 +0000
commit68d54173fbea4c1629396202f824b7ccacf8f49c (patch)
tree85a02b36d78a349004ba2bdf47ea47b163f560b6 /kde-misc/krecipes
parentFixed bug #121267. (diff)
downloadgentoo-2-68d54173fbea4c1629396202f824b7ccacf8f49c.tar.gz
gentoo-2-68d54173fbea4c1629396202f824b7ccacf8f49c.tar.bz2
gentoo-2-68d54173fbea4c1629396202f824b7ccacf8f49c.zip
Disallow the tests to run as they're broken. Fixes bug 181027.
(Portage version: 2.1.2.9)
Diffstat (limited to 'kde-misc/krecipes')
-rw-r--r--kde-misc/krecipes/ChangeLog8
-rw-r--r--kde-misc/krecipes/krecipes-1.0_beta1.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/kde-misc/krecipes/ChangeLog b/kde-misc/krecipes/ChangeLog
index 6206026fcaf6..38a846031f3f 100644
--- a/kde-misc/krecipes/ChangeLog
+++ b/kde-misc/krecipes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/krecipes
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.28 2006/11/23 17:39:26 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.29 2007/06/06 18:11:37 philantrop Exp $
+
+ 06 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ krecipes-1.0_beta1.ebuild:
+ Disallow the tests to run as they're broken. Fixes bug 181027.
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> krecipes-0.9.1.ebuild,
krecipes-1.0_beta1.ebuild:
diff --git a/kde-misc/krecipes/krecipes-1.0_beta1.ebuild b/kde-misc/krecipes/krecipes-1.0_beta1.ebuild
index e6ca528d28fb..abe06c77f480 100644
--- a/kde-misc/krecipes/krecipes-1.0_beta1.ebuild
+++ b/kde-misc/krecipes/krecipes-1.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-1.0_beta1.ebuild,v 1.3 2006/11/23 17:39:26 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-1.0_beta1.ebuild,v 1.4 2007/06/06 18:11:37 philantrop Exp $
inherit kde
@@ -21,6 +21,8 @@ RDEPEND="${DEPEND}
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )"
+RESTRICT="test"
+
need-kde 3
src_compile() {