Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/rbot/
Date: Wed, 30 Jun 2021 10:15:47
Message-Id: 1625048132.f514d6769b165593280dad5e736555140946cfbc.ulm@gentoo
1 commit: f514d6769b165593280dad5e736555140946cfbc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 10:05:31 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 10:15:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f514d676
7
8 net-irc/rbot: Update inherit from l10n to strip-linguas
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-irc/rbot/rbot-0.9.15_p20160325-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-irc/rbot/rbot-0.9.15_p20160325-r2.ebuild b/net-irc/rbot/rbot-0.9.15_p20160325-r2.ebuild
17 index d4bbfeb5e71..a49349572b5 100644
18 --- a/net-irc/rbot/rbot-0.9.15_p20160325-r2.ebuild
19 +++ b/net-irc/rbot/rbot-0.9.15_p20160325-r2.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21 USE_RUBY="ruby25 ruby26 ruby27"
22
23 GITHUB_COMMIT="e358601cc521d8aced941eb928fae2d8c53cf0c2"
24 -inherit ruby-ng l10n user
25 +inherit ruby-ng strip-linguas user
26
27 DESCRIPTION="A ruby IRC bot"
28 HOMEPAGE="https://ruby-rbot.org/"