Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
Date: Sun, 11 Aug 2019 07:54:14
Message-Id: 1565509988.6d09f52769a6a3a48d857845a93cb4b5e9e00e75.juippis@gentoo
1 commit: 6d09f52769a6a3a48d857845a93cb4b5e9e00e75
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 07:51:54 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 07:53:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d09f527
7
8 x11-themes/numix-gtk-theme: specify RUBY_TARGETS
9
10 Closes: https://bugs.gentoo.org/674798
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 9 +++++++--
15 1 file changed, 7 insertions(+), 2 deletions(-)
16
17 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
18 index 9f2ff52cfbc..ff6cf394461 100644
19 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
20 +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
21 @@ -1,8 +1,12 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 +USE_RUBY="ruby24 ruby25 ruby26"
29 +
30 +inherit ruby-ng
31 +
32 DESCRIPTION="A modern flat theme with a combination of light and dark elements"
33 HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
34 SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 @@ -17,5 +21,6 @@ RDEPEND="dev-libs/libxml2:2
36
37 DEPEND="${RDEPEND}
38 dev-libs/glib:2
39 - >=dev-ruby/sass-3.5
40 x11-libs/gdk-pixbuf:2"
41 +
42 +ruby_add_depend ">=dev-ruby/sass-3.5"