commit: 8317dbb23bab2a29ce68d4eb6a98108828203478 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sat Feb 6 20:04:12 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 01:25:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8317dbb2
dev-cpp/cairomm: Fix slot 1.16 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-cpp/cairomm/cairomm-1.16.0.ebuild | 9 +++++---- 1 file 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 0877ccc6371..67a60abc457 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 ) "
