diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:12:29 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:12:29 +0000 |
commit | 223467ea5116e52db90a25dcb8c558b15a45907e (patch) | |
tree | e1ac51fcd2e63f71ace0b12159dc7053e53fa2b6 | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-223467ea5116e52db90a25dcb8c558b15a45907e.tar.gz gentoo-2-223467ea5116e52db90a25dcb8c558b15a45907e.tar.bz2 gentoo-2-223467ea5116e52db90a25dcb8c558b15a45907e.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r-- | net-misc/pino/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/pino/pino-0.2.11.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/pino/ChangeLog b/net-misc/pino/ChangeLog index dfe6c9474d5c..51b2e13fda33 100644 --- a/net-misc/pino/ChangeLog +++ b/net-misc/pino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pino -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pino/ChangeLog,v 1.7 2010/10/02 14:47:30 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pino/ChangeLog,v 1.8 2011/03/21 22:12:29 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> pino-0.2.11.ebuild: + Fix slot-deps on gnome libs 02 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -pino-0.2.9.ebuild, -pino-0.2.10.ebuild, pino-0.2.11.ebuild: diff --git a/net-misc/pino/pino-0.2.11.ebuild b/net-misc/pino/pino-0.2.11.ebuild index 8c68800b32c8..6ea47e71f1fc 100644 --- a/net-misc/pino/pino-0.2.11.ebuild +++ b/net-misc/pino/pino-0.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pino/pino-0.2.11.ebuild,v 1.4 2010/10/02 14:47:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pino/pino-0.2.11.ebuild,v 1.5 2011/03/21 22:12:29 nirbheek Exp $ EAPI="3" @@ -21,8 +21,8 @@ RDEPEND=">=dev-libs/glib-2.14:2 x11-libs/libnotify net-libs/libsoup:2.4 dev-libs/libxml2:2 - >=net-libs/webkit-gtk-1.1 - dev-libs/libunique + >=net-libs/webkit-gtk-1.1:2 + dev-libs/libunique:1 app-text/gtkspell indicate? ( dev-libs/libindicate )" # vala-0.9 required due to bug 328703 |