diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-03 15:42:08 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-03 15:42:08 +0000 |
commit | f91184b2cc22c9a64f3088c20cf791cfca872872 (patch) | |
tree | bf3c378c29a7d94d3b938d2721b859f2d2d2c134 /kde-base | |
parent | fix sdl automagic (diff) | |
download | gentoo-2-f91184b2cc22c9a64f3088c20cf791cfca872872.tar.gz gentoo-2-f91184b2cc22c9a64f3088c20cf791cfca872872.tar.bz2 gentoo-2-f91184b2cc22c9a64f3088c20cf791cfca872872.zip |
Restrict tests, bug 392993
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/katepart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/katepart/katepart-4.7.3.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/kde-base/katepart/ChangeLog b/kde-base/katepart/ChangeLog index e1acda0897e6..c42a98164745 100644 --- a/kde-base/katepart/ChangeLog +++ b/kde-base/katepart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/katepart # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.8 2011/11/05 19:56:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.9 2011/12/03 15:42:08 dilfridge Exp $ + + 03 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> katepart-4.7.3.ebuild: + Restrict tests, bug 392993 05 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> katepart-4.7.3.ebuild: Marked ~ppc/~ppc64 wrt #379471 diff --git a/kde-base/katepart/katepart-4.7.3.ebuild b/kde-base/katepart/katepart-4.7.3.ebuild index 70db2d6fdd17..ac60d6e2b211 100644 --- a/kde-base/katepart/katepart-4.7.3.ebuild +++ b/kde-base/katepart/katepart-4.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.7.3.ebuild,v 1.2 2011/11/05 19:56:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.7.3.ebuild,v 1.3 2011/12/03 15:42:08 dilfridge Exp $ EAPI=4 @@ -14,6 +14,9 @@ DESCRIPTION="KDE Editor KPart" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="debug" +RESTRICT="test" +# bug 392993 + add_blocker kdelibs 4.6.50 src_configure() { |