diff options
author | 2011-03-07 00:18:51 +0000 | |
---|---|---|
committer | 2011-03-07 00:18:51 +0000 | |
commit | 88dd80f2060a865ce774ae42a6ca22c94a6377ad (patch) | |
tree | 817b75b3ca105414707102bda219091ad86dd967 /app-misc | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | gentoo-2-88dd80f2060a865ce774ae42a6ca22c94a6377ad.tar.gz gentoo-2-88dd80f2060a865ce774ae42a6ca22c94a6377ad.tar.bz2 gentoo-2-88dd80f2060a865ce774ae42a6ca22c94a6377ad.zip |
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gnote/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.7.2.ebuild | 18 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.7.3.ebuild | 16 |
3 files changed, 23 insertions, 19 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index a44b5cc5cf02..f70d83daae52 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/gnote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.9 2010/11/11 19:21:56 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.10 2011/03/07 00:18:50 nirbheek Exp $ + + 07 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnote-0.7.2.ebuild, + gnote-0.7.3.ebuild: + Fix slot-deps on gtk+ and other libs *gnote-0.7.3 (11 Nov 2010) diff --git a/app-misc/gnote/gnote-0.7.2.ebuild b/app-misc/gnote/gnote-0.7.2.ebuild index 771b839b6eb5..e3a5e36155d2 100644 --- a/app-misc/gnote/gnote-0.7.2.ebuild +++ b/app-misc/gnote/gnote-0.7.2.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/app-misc/gnote/gnote-0.7.2.ebuild,v 1.3 2010/11/11 19:21:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.2.ebuild,v 1.4 2011/03/07 00:18:50 nirbheek Exp $ EAPI="2" @@ -14,19 +14,19 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="applet debug" # dbus -RDEPEND=">=x11-libs/gtk+-2.14 - >=dev-cpp/glibmm-2 - >=dev-cpp/gtkmm-2.12 - >=dev-libs/libxml2-2 +RDEPEND=">=x11-libs/gtk+-2.14:2 + >=dev-cpp/glibmm-2:2 + >=dev-cpp/gtkmm-2.12:2.4 + >=dev-libs/libxml2-2:2 dev-libs/libxslt - >=gnome-base/gconf-2 - >=dev-libs/libpcre-7.8[cxx] + >=gnome-base/gconf-2:2 + >=dev-libs/libpcre-7.8:3[cxx] >=app-text/gtkspell-2.0.9 >=dev-libs/boost-1.34 sys-libs/e2fsprogs-libs applet? ( >=gnome-base/gnome-panel-2 - >=dev-cpp/libpanelappletmm-2.26 )" + >=dev-cpp/libpanelappletmm-2.26:2.6 )" # Build with dbus is currently not implemented # dbus? ( >=dev-libs/dbus-glib-0.70 )" DEPEND="${DEPEND} diff --git a/app-misc/gnote/gnote-0.7.3.ebuild b/app-misc/gnote/gnote-0.7.3.ebuild index 59b614e6b9f6..52c33f58454d 100644 --- a/app-misc/gnote/gnote-0.7.3.ebuild +++ b/app-misc/gnote/gnote-0.7.3.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/app-misc/gnote/gnote-0.7.3.ebuild,v 1.1 2010/11/11 19:21:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.3.ebuild,v 1.2 2011/03/07 00:18:51 nirbheek Exp $ EAPI="3" @@ -15,18 +15,18 @@ KEYWORDS="~amd64 ~x86" IUSE="applet debug" # dbus RDEPEND=">=x11-libs/gtk+-2.20:2 - >=dev-cpp/glibmm-2 - >=dev-cpp/gtkmm-2.12 - >=dev-libs/libxml2-2 + >=dev-cpp/glibmm-2:2 + >=dev-cpp/gtkmm-2.12:2.4 + >=dev-libs/libxml2-2:2 dev-libs/libxslt - >=gnome-base/gconf-2 - >=dev-libs/libpcre-7.8[cxx] + >=gnome-base/gconf-2:2 + >=dev-libs/libpcre-7.8:3[cxx] >=app-text/gtkspell-2.0.9 >=dev-libs/boost-1.34 sys-libs/e2fsprogs-libs applet? ( >=gnome-base/gnome-panel-2 - >=dev-cpp/libpanelappletmm-2.26 )" + >=dev-cpp/libpanelappletmm-2.26:2.6 )" # Build with dbus is currently not implemented # dbus? ( >=dev-libs/dbus-glib-0.70 )" DEPEND="${DEPEND} |