diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-08-11 10:51:54 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-11 10:53:08 +0300 |
commit | 6d09f52769a6a3a48d857845a93cb4b5e9e00e75 (patch) | |
tree | 5494c12953c1d1750e7192482a6cedc03c1dadaa /x11-themes/numix-gtk-theme | |
parent | dev-ruby/power_assert: add 1.1.5 (diff) | |
download | gentoo-6d09f52769a6a3a48d857845a93cb4b5e9e00e75.tar.gz gentoo-6d09f52769a6a3a48d857845a93cb4b5e9e00e75.tar.bz2 gentoo-6d09f52769a6a3a48d857845a93cb4b5e9e00e75.zip |
x11-themes/numix-gtk-theme: specify RUBY_TARGETS
Closes: https://bugs.gentoo.org/674798
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes/numix-gtk-theme')
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild index 9f2ff52cfbc7..ff6cf3944619 100644 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild @@ -1,8 +1,12 @@ -# 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" @@ -17,5 +21,6 @@ RDEPEND="dev-libs/libxml2:2 DEPEND="${RDEPEND} dev-libs/glib:2 - >=dev-ruby/sass-3.5 x11-libs/gdk-pixbuf:2" + +ruby_add_depend ">=dev-ruby/sass-3.5" |