diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 17:58:37 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 17:58:57 +0200 |
commit | a0c757b987c124e1e3b6764488985105432282d4 (patch) | |
tree | ac6bdd622020087200000ce65bee5cd44cff7789 /media-gfx/inkscape/inkscape-9999.ebuild | |
parent | media-gfx/inkscape: add 1.1 (diff) | |
download | gentoo-a0c757b987c124e1e3b6764488985105432282d4.tar.gz gentoo-a0c757b987c124e1e3b6764488985105432282d4.tar.bz2 gentoo-a0c757b987c124e1e3b6764488985105432282d4.zip |
media-gfx/inkscape: various minor fixups
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape/inkscape-9999.ebuild')
-rw-r--r-- | media-gfx/inkscape/inkscape-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index dc4abef7db64..05de5cb6c18a 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg lcms +IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg openmp postscript readline spell static-libs svg2 test visio wpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -43,6 +43,7 @@ COMMON_DEPEND="${PYTHON_DEPS} media-gfx/potrace media-libs/fontconfig media-libs/freetype:2 + media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= @@ -66,7 +67,6 @@ COMMON_DEPEND="${PYTHON_DEPS} ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( virtual/jpeg:0 ) - lcms? ( media-libs/lcms:2 ) readline? ( sys-libs/readline:= ) spell? ( app-text/gspell ) visio? ( @@ -128,7 +128,7 @@ src_configure() { -DWITH_GNU_READLINE=$(usex readline) -DWITH_GSPELL=$(usex spell) -DWITH_JEMALLOC=$(usex jemalloc) - -DENABLE_LCMS=$(usex lcms) + -DENABLE_LCMS=ON -DWITH_OPENMP=$(usex openmp) -DBUILD_SHARED_LIBS=$(usex !static-libs) -DWITH_SVG2=$(usex svg2) |