mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-cpp/pangomm: Fix slot 2.48
Also update documentation bits to work consistently with the other mm packages. Closes: https://github.com/gentoo/gentoo/pull/20080 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
a6413b2f09
commit
99accb0ad4
@@ -8,29 +8,29 @@ DESCRIPTION="C++ interface for pango"
|
||||
HOMEPAGE="https://www.gtkmm.org"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="1.4"
|
||||
SLOT="2.48"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="
|
||||
>=dev-cpp/cairomm-1.16.0:1.16[doc?,${MULTILIB_USEDEP}]
|
||||
>=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}]
|
||||
>=dev-libs/libsigc++-3:3[doc?,${MULTILIB_USEDEP}]
|
||||
>=x11-libs/pango-1.48.0[${MULTILIB_USEDEP}]
|
||||
>=dev-cpp/glibmm-2.68.0:2.68[${MULTILIB_USEDEP}]
|
||||
>=dev-cpp/cairomm-1.16.0:1.16[${MULTILIB_USEDEP}]
|
||||
>=dev-libs/libsigc++-3:3[${MULTILIB_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? (
|
||||
media-gfx/graphviz
|
||||
app-doc/doxygen[dot]
|
||||
dev-lang/perl
|
||||
dev-libs/libxslt
|
||||
app-doc/doxygen
|
||||
)
|
||||
"
|
||||
|
||||
multilib_src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use doc build-documentation)
|
||||
-Dbuild-documentation=$(multilib_native_usex doc true false)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user