diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-20 20:52:50 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-20 20:52:50 +0000 |
commit | 267947efd55b5591138b3a20bbbf87b1fb26f135 (patch) | |
tree | 8c7029f79bc94fcd8df7f8cf8048f3ad75be8a97 /app-misc/gnote/gnote-0.8.2.ebuild | |
parent | old (diff) | |
download | gentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.tar.gz gentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.tar.bz2 gentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.zip |
Add missing gsettings-desktop-schemas dependency (bug #416793, thanks to theodor).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnote/gnote-0.8.2.ebuild')
-rw-r--r-- | app-misc/gnote/gnote-0.8.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/gnote/gnote-0.8.2.ebuild b/app-misc/gnote/gnote-0.8.2.ebuild index facc0a854c8c..22041b03a02e 100644 --- a/app-misc/gnote/gnote-0.8.2.ebuild +++ b/app-misc/gnote/gnote-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2.ebuild,v 1.2 2012/05/03 19:41:32 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2.ebuild,v 1.3 2012/05/20 20:52:50 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="applet debug" -RDEPEND=">=x11-libs/gtk+-3.0:3 +COMMON_DEPEND=">=x11-libs/gtk+-3.0:3 >=dev-cpp/glibmm-2.28:2 >=dev-cpp/gtkmm-3.0:3.0 >=dev-libs/libxml2-2:2 @@ -24,7 +24,9 @@ RDEPEND=">=x11-libs/gtk+-3.0:3 >=dev-libs/boost-1.34 >=sys-apps/util-linux-2.16 applet? ( >=gnome-base/gnome-panel-3 )" -DEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} + gnome-base/gsettings-desktop-schemas" +DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=dev-util/intltool-0.35.0 app-text/gnome-doc-utils |