summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-02-06 15:04:12 -0500
committerMatt Turner <mattst88@gentoo.org>2021-02-15 20:25:19 -0500
commit8317dbb23bab2a29ce68d4eb6a98108828203478 (patch)
tree573157a75c9deedb069672491dc0ffcb40db0ef7 /dev-cpp
parentdev-cpp/cairomm: Version bump to 1.16.0 (diff)
downloadgentoo-8317dbb23bab2a29ce68d4eb6a98108828203478.tar.gz
gentoo-8317dbb23bab2a29ce68d4eb6a98108828203478.tar.bz2
gentoo-8317dbb23bab2a29ce68d4eb6a98108828203478.zip
dev-cpp/cairomm: Fix slot 1.16
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/cairomm/cairomm-1.16.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.16.0.ebuild b/dev-cpp/cairomm/cairomm-1.16.0.ebuild
index 0877ccc63717..67a60abc4574 100644
--- a/dev-cpp/cairomm/cairomm-1.16.0.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.16.0.ebuild
@@ -10,13 +10,14 @@ HOMEPAGE="https://cairographics.org/cairomm/"
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
LICENSE="LGPL-2+"
-SLOT="0"
+SLOT="1.16"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="doc test"
+RESTRICT="!test? ( test )"
RDEPEND="
+ dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}]
>=x11-libs/cairo-1.12.10[${MULTILIB_USEDEP}]
- dev-libs/libsigc++:3[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
@@ -27,9 +28,9 @@ DEPEND="${RDEPEND}
BDEPEND="
virtual/pkgconfig
doc? (
- app-doc/doxygen
+ app-doc/doxygen[dot]
+ dev-lang/perl
dev-libs/libxslt
- media-gfx/graphviz
)
"