summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-18 20:29:42 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-18 20:29:42 +0000
commitd43257c48f68990c613f45c4a96d4f72a45fc03c (patch)
tree684be50b2e9e9cde9dd720fac147a4d5667a36cb /net-libs
parentAdding support for longterm kernels. (diff)
downloadgentoo-2-d43257c48f68990c613f45c4a96d4f72a45fc03c.tar.gz
gentoo-2-d43257c48f68990c613f45c4a96d4f72a45fc03c.tar.bz2
gentoo-2-d43257c48f68990c613f45c4a96d4f72a45fc03c.zip
Fixed tests using virtualx (bug 330619)
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libktorrent/ChangeLog6
-rw-r--r--net-libs/libktorrent/libktorrent-1.0.5.3.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog
index 4756980fb970..9be68fa5bd72 100644
--- a/net-libs/libktorrent/ChangeLog
+++ b/net-libs/libktorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libktorrent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.12 2011/01/17 01:07:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.13 2011/02/18 20:29:42 dilfridge Exp $
+
+ 18 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ libktorrent-1.0.5.3.ebuild:
+ Fixed tests using virtualx (bug 330619)
17 Jan 2011; Brent Baude <ranger@gentoo.org> libktorrent-1.0.5.3.ebuild:
Marking libktorrent-1.0.5.3 ppc for bug 350970
diff --git a/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild b/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild
index 31be6a2af121..8953d784555e 100644
--- a/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.0.5.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/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.5 2011/01/17 01:07:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.6 2011/02/18 20:29:42 dilfridge Exp $
EAPI=3
KMNAME="extragear/network"
@@ -19,6 +19,7 @@ if [[ ${PV} != 9999* ]]; then
SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
S="${WORKDIR}"/"${MY_P}"
fi
+VIRTUALX_REQUIRED=optional
inherit kde4-base
DESCRIPTION="A BitTorrent library based on KDE Platform"