diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-02 21:22:14 +0000 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-02 21:22:14 +0000 |
commit | 7a39afd822d44a36a97c72962ce54db30f024380 (patch) | |
tree | c45096c75ee6b10a179bba00fe0711923ed05616 | |
parent | make dependencies more precise (preparation for LXQt 0.8.0 release) (diff) | |
download | gentoo-2-7a39afd822d44a36a97c72962ce54db30f024380.tar.gz gentoo-2-7a39afd822d44a36a97c72962ce54db30f024380.tar.bz2 gentoo-2-7a39afd822d44a36a97c72962ce54db30f024380.zip |
make dependencies more precise (preparation for LXQt 0.8.0 release)
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
-rw-r--r-- | lxqt-base/lxqt-common/ChangeLog | 5 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lxqt-base/lxqt-common/ChangeLog b/lxqt-base/lxqt-common/ChangeLog index b2329c2eaafa..6a045ae7d1a3 100644 --- a/lxqt-base/lxqt-common/ChangeLog +++ b/lxqt-base/lxqt-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxqt-base/lxqt-common # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.2 2014/05/29 13:18:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.3 2014/11/02 21:22:14 jauhien Exp $ + + 02 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> lxqt-common-0.7.0.ebuild: + make dependencies more precise (preparation for LXQt 0.8.0 release) 29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-common-0.7.0.ebuild: Add ~arm keyword. diff --git a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild index 4a21a25b2ff6..0c58bbdf02e4 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-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-common/lxqt-common-0.7.0.ebuild,v 1.2 2014/05/29 13:18:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild,v 1.3 2014/11/02 21:22:14 jauhien Exp $ EAPI=5 inherit cmake-utils @@ -21,12 +21,12 @@ SLOT="0" S=${WORKDIR} -DEPEND="lxqt-base/liblxqt +DEPEND="~lxqt-base/liblxqt-${PV} dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4" RDEPEND="${DEPEND}" -PDEPEND="lxqt-base/lxqt-session" +PDEPEND="~lxqt-base/lxqt-session-${PV}" src_install() { cmake-utils_src_install |