diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 23:18:35 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 23:18:35 +0000 |
commit | c993f1e2d8fe303c1189b9467f94ae9cdfd9618a (patch) | |
tree | e1a710ada44541f7f9562b699fe03b522ff4a474 /net-mail | |
parent | arm stable, bug #358407 (diff) | |
download | gentoo-2-c993f1e2d8fe303c1189b9467f94ae9cdfd9618a.tar.gz gentoo-2-c993f1e2d8fe303c1189b9467f94ae9cdfd9618a.tar.bz2 gentoo-2-c993f1e2d8fe303c1189b9467f94ae9cdfd9618a.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mu/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mu/mu-0.9.2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-mail/mu/ChangeLog b/net-mail/mu/ChangeLog index 5c7b13bf90cd..ca5b30e13c2e 100644 --- a/net-mail/mu/ChangeLog +++ b/net-mail/mu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.2 2011/02/04 10:31:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.3 2011/03/21 23:18:35 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mu-0.9.2.ebuild: + Fix slot-deps on gnome libs 04 Feb 2011; Thomas Kahle <tomka@gentoo.org> mu-0.9.2.ebuild, metadata.xml: introduce USE=gui to build the experimental gui, QA per bug #353653. diff --git a/net-mail/mu/mu-0.9.2.ebuild b/net-mail/mu/mu-0.9.2.ebuild index 21dee77bbe9a..7aa61e09ccf7 100644 --- a/net-mail/mu/mu-0.9.2.ebuild +++ b/net-mail/mu/mu-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild,v 1.2 2011/02/04 10:31:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild,v 1.3 2011/03/21 23:18:35 nirbheek Exp $ EAPI=3 @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gui" -DEPEND=">=dev-libs/gmime-2.4 +DEPEND=">=dev-libs/gmime-2.4:2.4 dev-libs/xapian - >=dev-libs/glib-2.22 - gui? ( x11-libs/gtk+ - net-libs/webkit-gtk ) " + >=dev-libs/glib-2.22:2 + gui? ( x11-libs/gtk+:2 + net-libs/webkit-gtk:2 ) " RDEPEND="${DEPEND}" src_configure() { |