diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:26 +0200 |
commit | 21e3659b8c8e4e5b9bd79848c0367ff7ae5e9375 (patch) | |
tree | 26e7c6ccf65038550265c69c9daa7927d5c73155 /eclass/epatch.eclass | |
parent | emboss-r2.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-21e3659b8c8e4e5b9bd79848c0367ff7ae5e9375.tar.gz gentoo-21e3659b8c8e4e5b9bd79848c0367ff7ae5e9375.tar.bz2 gentoo-21e3659b8c8e4e5b9bd79848c0367ff7ae5e9375.zip |
epatch.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/epatch.eclass')
-rw-r--r-- | eclass/epatch.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass index 8e03478c26ce..da9364136777 100644 --- a/eclass/epatch.eclass +++ b/eclass/epatch.eclass @@ -4,6 +4,7 @@ # @ECLASS: epatch.eclass # @MAINTAINER: # base-system@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: easy patch application functions # @DESCRIPTION: # An eclass providing epatch and epatch_user functions to easily apply |