diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-24 12:16:12 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-24 12:16:12 +0000 |
commit | b9863fabfa112692e361998d6bfb4c66ed0a8d1c (patch) | |
tree | 1186df9e07e5cb2646e6c719313c2d99cb88f6e5 /gnome-extra | |
parent | Add patch for latest revision, that is accidantly missing (diff) | |
download | gentoo-2-b9863fabfa112692e361998d6bfb4c66ed0a8d1c.tar.gz gentoo-2-b9863fabfa112692e361998d6bfb4c66ed0a8d1c.tar.bz2 gentoo-2-b9863fabfa112692e361998d6bfb4c66ed0a8d1c.zip |
Add pygobject dependency (bug #514818, thanks to Patrick Lauer).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nemo/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/nemo/nemo-2.2.1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-extra/nemo/ChangeLog b/gnome-extra/nemo/ChangeLog index 07b14d079fb3..c7b5cb84e227 100644 --- a/gnome-extra/nemo/ChangeLog +++ b/gnome-extra/nemo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/nemo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/ChangeLog,v 1.12 2014/05/16 01:45:00 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/ChangeLog,v 1.13 2014/06/24 12:16:12 tetromino Exp $ + + 24 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org> nemo-2.2.1.ebuild: + Add pygobject dependency (bug #514818, thanks to Patrick Lauer). 16 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org> nemo-2.2.1.ebuild, metadata.xml: diff --git a/gnome-extra/nemo/nemo-2.2.1.ebuild b/gnome-extra/nemo/nemo-2.2.1.ebuild index 366c319394fa..5ca55f51daaf 100644 --- a/gnome-extra/nemo/nemo-2.2.1.ebuild +++ b/gnome-extra/nemo/nemo-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/nemo-2.2.1.ebuild,v 1.2 2014/05/16 01:45:00 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nemo/nemo-2.2.1.ebuild,v 1.3 2014/06/24 12:16:12 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -43,7 +43,10 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} - $(python_gen_any_dep 'dev-python/polib[${PYTHON_USEDEP}]') + $(python_gen_any_dep ' + dev-python/polib[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') >=dev-lang/perl-5 >=dev-util/gdbus-codegen-2.31.0 dev-util/gtk-doc-am |