diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-24 04:49:56 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-24 04:49:56 +0000 |
commit | 6a6f648e7d5b9728e4409a580abb5c904e4c40c7 (patch) | |
tree | 3a50827080d61a7db0e434fee0e1152527827bbb /gnome-extra | |
parent | Depend on evolution-data-server with the same major/minor version (bug #448350). (diff) | |
download | gentoo-2-6a6f648e7d5b9728e4409a580abb5c904e4c40c7.tar.gz gentoo-2-6a6f648e7d5b9728e4409a580abb5c904e4c40c7.tar.bz2 gentoo-2-6a6f648e7d5b9728e4409a580abb5c904e4c40c7.zip |
Depend on evolution-data-server with the same major/minor version (bug #448350).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-groupwise/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/gnome-extra/evolution-groupwise/ChangeLog b/gnome-extra/evolution-groupwise/ChangeLog index 319991a4de16..c42d88386c82 100644 --- a/gnome-extra/evolution-groupwise/ChangeLog +++ b/gnome-extra/evolution-groupwise/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-groupwise # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/ChangeLog,v 1.6 2012/12/19 06:56:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/ChangeLog,v 1.7 2012/12/24 04:49:56 tetromino Exp $ + + 24 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + evolution-groupwise-3.4.2.ebuild: + Depend on evolution-data-server with the same major/minor version (bug + #448350). 19 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -evolution-groupwise-3.2.3.ebuild, -evolution-groupwise-3.4.0.ebuild: diff --git a/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild b/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild index 3c54cda02f07..3eb5aac226a0 100644 --- a/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild +++ b/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild,v 1.1 2012/06/24 08:44:54 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild,v 1.2 2012/12/24 04:49:56 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -inherit db-use eutils flag-o-matic gnome2 +inherit db-use eutils flag-o-matic gnome2 versionator + +MY_MAJORV=$(get_version_component_range 1-2) DESCRIPTION="Evolution module for connecting to Novell Groupwise" HOMEPAGE="http://www.gnome.org/projects/evolution/" @@ -18,6 +20,7 @@ IUSE="" # doc RDEPEND=">=mail-client/evolution-${PV}:2.0 >=gnome-extra/evolution-data-server-${PV} + =gnome-extra/evolution-data-server-${MY_MAJORV}* >=dev-libs/glib-2.16 >=dev-libs/libxml2-2 >=gnome-base/gconf-2:2 |