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 03/10] gkrellm-plugin.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:18:51
Message-Id: 20180812091734.24198-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] @SUPPORTED_EAPIS, part two by "Michał Górny"
1 ---
2 eclass/gkrellm-plugin.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass
6 index d5161c486f6c..d6eb57ad0eca 100644
7 --- a/eclass/gkrellm-plugin.eclass
8 +++ b/eclass/gkrellm-plugin.eclass
9 @@ -7,6 +7,7 @@
10 # @AUTHOR:
11 # Original author: Jim Ramsay
12 # EAPI 6 author: David Seifert
13 +# @SUPPORTED_EAPIS: 6
14 # @BLURB: Provides src_install used by (almost) all gkrellm plugins
15 # @DESCRIPTION:
16 # - Sets up default dependencies
17 --
18 2.18.0