summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-11-23 16:21:10 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2014-11-23 16:21:10 +0000
commitcd35b573c4bbe3656089c8ac6b4ba8525c2a9e08 (patch)
treeb6f5adea329f99aeee437e2c2c801b5bd5fc1aed /lxqt-base
parentAdjust _python_impl_supported as well. (diff)
downloadgentoo-2-cd35b573c4bbe3656089c8ac6b4ba8525c2a9e08.tar.gz
gentoo-2-cd35b573c4bbe3656089c8ac6b4ba8525c2a9e08.tar.bz2
gentoo-2-cd35b573c4bbe3656089c8ac6b4ba8525c2a9e08.zip
fix bug #529866: add dependency on lxqt-base/lxqt-common, thanks to Kris Scott
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-notificationd/ChangeLog6
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild9
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild5
3 files changed, 14 insertions, 6 deletions
diff --git a/lxqt-base/lxqt-notificationd/ChangeLog b/lxqt-base/lxqt-notificationd/ChangeLog
index 8d8c3a7fda4d..2f5db870f55d 100644
--- a/lxqt-base/lxqt-notificationd/ChangeLog
+++ b/lxqt-base/lxqt-notificationd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for lxqt-base/lxqt-notificationd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.5 2014/11/08 17:24:44 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.6 2014/11/23 16:21:10 jauhien Exp $
+
+ 23 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org>
+ lxqt-notificationd-0.7.0.ebuild, lxqt-notificationd-0.8.0.ebuild:
+ fix bug #529866: add dependency on lxqt-base/lxqt-common, thanks to Kris Scott
*lxqt-notificationd-0.8.0 (08 Nov 2014)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild
index a445b03e6e3c..cbce8c931b82 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.5 2014/11/16 12:42:27 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.6 2014/11/23 16:21:10 jauhien Exp $
EAPI=5
inherit cmake-utils
@@ -20,9 +20,12 @@ fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
-DEPEND="dev-qt/qtcore:4
+DEPEND="
+ ~dev-libs/libqtxdg-0.5.3
+ dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
~lxqt-base/liblxqt-${PV}
- ~dev-libs/libqtxdg-0.5.3"
+ ~lxqt-base/lxqt-common-${PV}
+"
RDEPEND="${DEPEND}"
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
index 2a8f3ff52961..32d0c897c464 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild,v 1.2 2014/11/16 12:42:27 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild,v 1.3 2014/11/23 16:21:10 jauhien Exp $
EAPI=5
inherit cmake-utils
@@ -20,6 +20,7 @@ LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
DEPEND="
+ >=dev-libs/libqtxdg-1.0.0
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -28,7 +29,7 @@ DEPEND="
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
- >=dev-libs/libqtxdg-1.0.0
+ ~lxqt-base/lxqt-common-${PV}
x11-libs/libX11
"
RDEPEND="${DEPEND}"