diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-04 00:41:41 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-04 00:41:41 +0000 |
commit | fdaa1e9535496a1d0ea6c0fed209e6f2a586a9dd (patch) | |
tree | 2bd3fb6417fc6afca1c830e1d426efdd79d9400a /kde-base/picmi | |
parent | tidy to DESCRIPTION, bump; update to deps, add IUSE doc, doc build & install,... (diff) | |
download | gentoo-2-fdaa1e9535496a1d0ea6c0fed209e6f2a586a9dd.tar.gz gentoo-2-fdaa1e9535496a1d0ea6c0fed209e6f2a586a9dd.tar.bz2 gentoo-2-fdaa1e9535496a1d0ea6c0fed209e6f2a586a9dd.zip |
Tests fail (need X)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'kde-base/picmi')
-rw-r--r-- | kde-base/picmi/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/picmi/picmi-4.12.0.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/kde-base/picmi/ChangeLog b/kde-base/picmi/ChangeLog index 93fe077a4a0d..c0a5dd668e28 100644 --- a/kde-base/picmi/ChangeLog +++ b/kde-base/picmi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/picmi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.47 2013/12/18 19:57:38 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.48 2014/01/04 00:41:41 dilfridge Exp $ + + 04 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> picmi-4.12.0.ebuild: + Tests fail (need X) *picmi-4.12.0 (18 Dec 2013) diff --git a/kde-base/picmi/picmi-4.12.0.ebuild b/kde-base/picmi/picmi-4.12.0.ebuild index e71ec962f0e4..4103d3946451 100644 --- a/kde-base/picmi/picmi-4.12.0.ebuild +++ b/kde-base/picmi/picmi-4.12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/picmi-4.12.0.ebuild,v 1.1 2013/12/18 19:57:38 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/picmi-4.12.0.ebuild,v 1.2 2014/01/04 00:41:41 dilfridge Exp $ EAPI=5 @@ -13,3 +13,6 @@ IUSE="debug" DEPEND="$(add_kdebase_dep libkdegames)" RDEPEND="${DEPEND}" + +RESTRICT=test + |