jauhien 14/11/02 21:22:14 Modified: lxqt-common-0.7.0.ebuild ChangeLog Log: 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)
Revision Changes Path 1.3 lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?r1=1.2&r2=1.3 Index: lxqt-common-0.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxqt-common-0.7.0.ebuild 29 May 2014 13:18:21 -0000 1.2 +++ lxqt-common-0.7.0.ebuild 2 Nov 2014 21:22:14 -0000 1.3 @@ -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 @@ 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 1.3 lxqt-base/lxqt-common/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 29 May 2014 13:18:21 -0000 1.2 +++ ChangeLog 2 Nov 2014 21:22:14 -0000 1.3 @@ -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 <[email protected]> lxqt-common-0.7.0.ebuild: + make dependencies more precise (preparation for LXQt 0.8.0 release) 29 May 2014; Manuel RĂ¼ger <[email protected]> lxqt-common-0.7.0.ebuild: Add ~arm keyword.
