diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-27 09:00:09 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-27 09:00:09 +0000 |
commit | 3e9189dfe0bd4f3732d8985d487159033e6902f4 (patch) | |
tree | 72ee1f4053be39b91a5ce2e9588059d4bb704a99 /kde-base/ark | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-3e9189dfe0bd4f3732d8985d487159033e6902f4.tar.gz gentoo-2-3e9189dfe0bd4f3732d8985d487159033e6902f4.tar.bz2 gentoo-2-3e9189dfe0bd4f3732d8985d487159033e6902f4.zip |
Enable tests again based on testing by Ian Delaney, Chris Reffett and me. Fixes bug #394193.
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'kde-base/ark')
-rw-r--r-- | kde-base/ark/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ark/ark-4.8.1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog index 93e892729eec..c6c93b56c823 100644 --- a/kde-base/ark/ChangeLog +++ b/kde-base/ark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.220 2012/03/23 07:37:24 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.221 2012/03/27 09:00:09 johu Exp $ + + 27 Mar 2012; Johannes Huber <johu@gentoo.org> ark-4.8.1.ebuild: + Enable tests again based on testing by Ian Delaney, Chris Reffett and me. + Fixes bug #394193. 23 Mar 2012; Johannes Huber <johu@gentoo.org> -ark-4.8.0.ebuild: Remove KDE SC 4.8.0 diff --git a/kde-base/ark/ark-4.8.1.ebuild b/kde-base/ark/ark-4.8.1.ebuild index 0af731c343e8..96934b9c9ff3 100644 --- a/kde-base/ark/ark-4.8.1.ebuild +++ b/kde-base/ark/ark-4.8.1.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/kde-base/ark/ark-4.8.1.ebuild,v 1.1 2012/03/06 23:35:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.8.1.ebuild,v 1.2 2012/03/27 09:00:09 johu Exp $ EAPI=4 @@ -19,9 +19,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT=test -# tests hang, no bug yet - src_configure() { mycmakeargs=( $(cmake-utils_use_with archive LibArchive) |