summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-extra/gucharmap/gucharmap-9.0.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild b/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild
index 8f5ef94324b2..edc765ed8bfe 100644
--- a/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild
@@ -4,7 +4,7 @@
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"
@@ -16,8 +16,10 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
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?]