summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathy Vanvoorden <mathy@vanvoorden.be>2018-12-08 23:09:27 +0100
committerAmy Liffey <amynka@gentoo.org>2019-01-02 22:48:48 +0100
commitd1d9eec5390dc20587a59c37d44347cf64b760e3 (patch)
tree00c8b00f7fda4fa899f61faad93608ee3b2ad2d2 /media-gfx
parentdev-python/pillow: stabilize 5.3.0 on amd64 and x86 (diff)
downloadgentoo-d1d9eec5390dc20587a59c37d44347cf64b760e3.tar.gz
gentoo-d1d9eec5390dc20587a59c37d44347cf64b760e3.tar.bz2
gentoo-d1d9eec5390dc20587a59c37d44347cf64b760e3.zip
dev-libs/stb: new package
This is a header-only package that curaengine uses. Curaengine tries to pull it from git if not found on the system, which causes the build to break. This package installs the header files in a place where cmake will find it during the build. Closes: https://bugs.gentoo.org/show_bug.cgi?id=670638 Closes: https://bugs.gentoo.org/show_bug.cgi?id=670604 Closes: https://bugs.gentoo.org/show_bug.cgi?id=670418 Closes: https://bugs.gentoo.org/show_bug.cgi?id=661416 Signed-off-by: Mathy Vanvoorden <mathy@vanvoorden.be> Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage[mgorny]-2.3.51.1
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/curaengine/curaengine-3.4.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/curaengine/curaengine-3.4.1.ebuild b/media-gfx/curaengine/curaengine-3.4.1.ebuild
index 2f945665c4a1..00cac9e508c9 100644
--- a/media-gfx/curaengine/curaengine-3.4.1.ebuild
+++ b/media-gfx/curaengine/curaengine-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,8 @@ IUSE="doc test"
RDEPEND="${PYTHON_DEPS}
~dev-libs/libarcus-${PV}:*
- dev-libs/protobuf"
+ dev-libs/protobuf
+ dev-libs/stb"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"