commit: 26714ab6c0ea041eb28304784e2391d4e952a3a9
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 13:24:50 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 13:25:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26714ab6
media-gfx/inkscape-{1.0_beta1,9999}: removed gnome-base/gnome-vfs
in versions prior to 1.0 there was a configuration parameter for gnome
but in cmake build it does not exist anymore. the only occurance
of libgnomevfs2 is in ${S}/snap/snapcraft.yaml which seems to be used
for bulding installer for mac os.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-gfx/inkscape/inkscape-1.0_beta1.ebuild | 5 ++---
media-gfx/inkscape/inkscape-9999.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
b/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
index da91d92ffc5..06558305609 100644
--- a/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
+++ b/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
@@ -16,8 +16,8 @@
SRC_URI="https://inkscape.org/gallery/item/14917/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="cdr dbus dia exif gnome graphicsmagick imagemagick inkjar jemalloc jpeg
-lcms nls openmp postscript spell static-libs svg2 visio wpg"
+IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg lcms
nls
+openmp postscript spell static-libs svg2 visio wpg"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -59,7 +59,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
dbus? ( dev-libs/dbus-glib )
exif? ( media-libs/libexif )
- gnome? ( >=gnome-base/gnome-vfs-2.0 )
imagemagick? (
!graphicsmagick? ( <media-gfx/imagemagick-7:=[cxx] )
graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild
b/media-gfx/inkscape/inkscape-9999.ebuild
index bb14d85592e..b088e553b3f 100644
--- a/media-gfx/inkscape/inkscape-9999.ebuild
+++ b/media-gfx/inkscape/inkscape-9999.ebuild
@@ -15,8 +15,8 @@ EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="cdr dbus dia exif gnome graphicsmagick imagemagick inkjar jemalloc jpeg
-lcms nls openmp postscript spell static-libs svg2 visio wpg"
+IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg lcms
nls
+openmp postscript spell static-libs svg2 visio wpg"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -58,7 +58,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
dbus? ( dev-libs/dbus-glib )
exif? ( media-libs/libexif )
- gnome? ( >=gnome-base/gnome-vfs-2.0 )
imagemagick? (
!graphicsmagick? ( <media-gfx/imagemagick-7:=[cxx] )
graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )