Closes: https://bugs.gentoo.org/674798
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng
+
DESCRIPTION="A modern flat theme with a combination of light and dark elements"
HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
DEPEND="${RDEPEND}
dev-libs/glib:2
- >=dev-ruby/sass-3.5
x11-libs/gdk-pixbuf:2"
+
+ruby_add_depend ">=dev-ruby/sass-3.5"