diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-17 22:48:25 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-17 22:48:25 +0100 |
commit | 71c1c441024f2e2caf4f0723a99ff7b15502b226 (patch) | |
tree | 78c2751f1416f75cf13805b92d3ac6d7d62da29e /app-office/gnumeric | |
parent | media-gfx/graphviz: Remove old (diff) | |
download | gentoo-71c1c441024f2e2caf4f0723a99ff7b15502b226.tar.gz gentoo-71c1c441024f2e2caf4f0723a99ff7b15502b226.tar.bz2 gentoo-71c1c441024f2e2caf4f0723a99ff7b15502b226.zip |
app-office/gnumeric: Add slot operator to Perl dependency (links to libperl)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.29.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.31.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.32.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-office/gnumeric/gnumeric-1.12.29.ebuild b/app-office/gnumeric/gnumeric-1.12.29.ebuild index 8075a4d46685..8a7a18999b5c 100644 --- a/app-office/gnumeric/gnumeric-1.12.29.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -37,7 +37,7 @@ RDEPEND=" x11-libs/cairo:=[svg] introspection? ( >=dev-libs/gobject-introspection-1:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) libgda? ( gnome-extra/libgda:5[gtk] ) diff --git a/app-office/gnumeric/gnumeric-1.12.31.ebuild b/app-office/gnumeric/gnumeric-1.12.31.ebuild index 754173720a1a..0f7b490f181e 100644 --- a/app-office/gnumeric/gnumeric-1.12.31.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -37,7 +37,7 @@ RDEPEND=" x11-libs/cairo:=[svg] introspection? ( >=dev-libs/gobject-introspection-1:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) libgda? ( gnome-extra/libgda:5[gtk] ) diff --git a/app-office/gnumeric/gnumeric-1.12.32.ebuild b/app-office/gnumeric/gnumeric-1.12.32.ebuild index 4929b4395bdc..f8c8ce8e3581 100644 --- a/app-office/gnumeric/gnumeric-1.12.32.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -37,7 +37,7 @@ RDEPEND=" x11-libs/cairo:=[svg] introspection? ( >=dev-libs/gobject-introspection-1:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) libgda? ( gnome-extra/libgda:5[gtk] ) |