Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 74/98] ruby-ng.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:53:52
Message-Id: 20180812072343.19947-75-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one by "Michał Górny"
1 ---
2 eclass/ruby-ng.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
6 index 22dafb31423a..f036d476069f 100644
7 --- a/eclass/ruby-ng.eclass
8 +++ b/eclass/ruby-ng.eclass
9 @@ -8,6 +8,7 @@
10 # Author: Diego E. Pettenò <flameeyes@g.o>
11 # Author: Alex Legler <a3li@g.o>
12 # Author: Hans de Graaff <graaff@g.o>
13 +# @SUPPORTED_EAPIS: 2 3 4 5 6
14 # @BLURB: An eclass for installing Ruby packages with proper support for multiple Ruby slots.
15 # @DESCRIPTION:
16 # The Ruby eclass is designed to allow an easier installation of Ruby packages
17 --
18 2.18.0