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 75/98] ruby-single.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:54:13
Message-Id: 20180812072343.19947-76-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-single.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
6 index c2c893903277..4ca5f5ef207b 100644
7 --- a/eclass/ruby-single.eclass
8 +++ b/eclass/ruby-single.eclass
9 @@ -7,6 +7,7 @@
10 # @AUTHOR:
11 # Author: Hans de Graaff <graaff@g.o>
12 # Based on python-single-r1 by: Michał Górny <mgorny@g.o>
13 +# @SUPPORTED_EAPIS: 4 5 6 7
14 # @BLURB: An eclass for Ruby packages not installed for multiple implementations.
15 # @DESCRIPTION:
16 # An eclass for packages which don't support being installed for
17 --
18 2.18.0