summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-08-27 16:10:06 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-08-27 16:10:06 +0000
commitc8ad28d336a20e47154eb699c4e24ca4554f28d5 (patch)
treef9e37213f0332b298fa28bb2e4804cb65dba05b8 /app-leechcraft
parenttests work these days even if they do not have a good coverage, enable them (diff)
downloadgentoo-2-c8ad28d336a20e47154eb699c4e24ca4554f28d5.tar.gz
gentoo-2-c8ad28d336a20e47154eb699c4e24ca4554f28d5.tar.bz2
gentoo-2-c8ad28d336a20e47154eb699c4e24ca4554f28d5.zip
Pin dev-qt/qtxmlpatterns SLOT to 4.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-blasq/ChangeLog5
-rw-r--r--app-leechcraft/lc-blasq/lc-blasq-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-leechcraft/lc-blasq/ChangeLog b/app-leechcraft/lc-blasq/ChangeLog
index eb75c1e74415..eb073bddcaf8 100644
--- a/app-leechcraft/lc-blasq/ChangeLog
+++ b/app-leechcraft/lc-blasq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-leechcraft/lc-blasq
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/ChangeLog,v 1.1 2013/08/18 18:23:40 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/ChangeLog,v 1.2 2013/08/27 16:10:06 kensington Exp $
+
+ 27 Aug 2013; Michael Palimaka <kensington@gentoo.org> lc-blasq-9999.ebuild:
+ Pin dev-qt/qtxmlpatterns SLOT to 4.
*lc-blasq-9999 (18 Aug 2013)
diff --git a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild
index 21714305946c..06dc946f8c3c 100644
--- a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild
+++ b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild,v 1.1 2013/08/18 18:23:40 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild,v 1.2 2013/08/27 16:10:06 kensington Exp $
EAPI="5"
@@ -13,7 +13,7 @@ KEYWORDS=""
IUSE="debug +deathnote +rappor +spegnersi +vangog"
DEPEND="~app-leechcraft/lc-core-${PV}
- deathnote? ( dev-qt/qtxmlpatterns )
+ deathnote? ( dev-qt/qtxmlpatterns:4 )
spegnersi? ( dev-libs/kqoauth )
vangog? ( dev-libs/qjson )
"
@@ -28,4 +28,4 @@ src_configure(){
)
cmake-utils_src_configure
-} \ No newline at end of file
+}