Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/webgen/
Date: Thu, 01 Mar 2018 18:43:54
Message-Id: 1519929823.271746ffec3c2b247fff5adcb7f8f6febf5a313a.mgorny@gentoo
1 commit: 271746ffec3c2b247fff5adcb7f8f6febf5a313a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 18:43:05 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 18:43:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271746ff
7
8 app-text/webgen: Remove ruby24 due to unsatisfied deps
9
10 app-text/webgen/webgen-1.4.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-text/webgen/webgen-1.4.1.ebuild b/app-text/webgen/webgen-1.4.1.ebuild
14 index 3647485b4e7..802aee5b970 100644
15 --- a/app-text/webgen/webgen-1.4.1.ebuild
16 +++ b/app-text/webgen/webgen-1.4.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -USE_RUBY="ruby22 ruby23 ruby24"
22 +USE_RUBY="ruby22 ruby23"
23
24 RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc"
25 RUBY_FAKEGEM_EXTRADOC="AUTHORS THANKS"