summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-09-23 22:25:51 -0400
committerMatt Turner <mattst88@gentoo.org>2022-09-23 23:42:57 -0400
commit857382c8e6449ea1281f9c2e0c5640957be938fc (patch)
tree50d2e3f199166eff7db1d1c987b95be1537cf5f9 /dev-cpp
parentdev-cpp/cairomm: Rename IUSE=doc → IUSE=gtk-doc (diff)
downloadgentoo-857382c8e6449ea1281f9c2e0c5640957be938fc.tar.gz
gentoo-857382c8e6449ea1281f9c2e0c5640957be938fc.tar.bz2
gentoo-857382c8e6449ea1281f9c2e0c5640957be938fc.zip
dev-cpp/cairomm: Depend on x11-libs/cairo[X=]
cairomm detects and enables X support if cairo is build with X support. Closes: https://bugs.gentoo.org/829337 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/cairomm/cairomm-1.14.3-r1.ebuild4
-rw-r--r--dev-cpp/cairomm/cairomm-1.16.1-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.14.3-r1.ebuild b/dev-cpp/cairomm/cairomm-1.14.3-r1.ebuild
index 99f0ce2128dc..a01304aa8cd0 100644
--- a/dev-cpp/cairomm/cairomm-1.14.3-r1.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.14.3-r1.ebuild
@@ -12,12 +12,12 @@ SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc test"
+IUSE="gtk-doc test X"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/libsigc++-2.6.0:2[gtk-doc?,${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.12.0[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.12.0[X=,${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}
test? (
diff --git a/dev-cpp/cairomm/cairomm-1.16.1-r1.ebuild b/dev-cpp/cairomm/cairomm-1.16.1-r1.ebuild
index 09b291a59ff7..1bde629f1fe6 100644
--- a/dev-cpp/cairomm/cairomm-1.16.1-r1.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.16.1-r1.ebuild
@@ -12,12 +12,12 @@ SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
LICENSE="LGPL-2+"
SLOT="1.16"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc test"
+IUSE="gtk-doc test X"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/libsigc++:3[gtk-doc?,${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.12.10[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.12.10[X=,${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}
test? (