Tends to fail against newer versions of app-i18n/unicode-data
Gentoo-bug: 622922
Package-Manager: Portage-2.3.6, Repoman-2.3.2
EAPI=6
VALA_USE_DEPEND="vapigen"
-inherit gnome2 vala
+inherit gnome2 vala versionator
DESCRIPTION="Unicode character map viewer and library"
HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
IUSE="debug +introspection test vala"
REQUIRED_USE="vala? ( introspection )"
+UNICODE_VERSION=$(get_version_component_range 1-2)
+
COMMON_DEPEND="
- >=app-i18n/unicode-data-9.0.0
+ =app-i18n/unicode-data-${UNICODE_VERSION}*
>=dev-libs/glib-2.32:2
>=x11-libs/pango-1.2.1[introspection?]
>=x11-libs/gtk+-3.16:3[introspection?]