diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-08-19 10:20:34 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-08-20 18:13:52 +0200 |
commit | 140f7d0e874f29338f0ba90aa03337e46f69ec70 (patch) | |
tree | d76aa10ed6c1e81914eea68187a3d8698f46d353 /eclass | |
parent | gnustep-base.eclass: update check to call default src_prepare (diff) | |
download | gentoo-140f7d0e874f29338f0ba90aa03337e46f69ec70.tar.gz gentoo-140f7d0e874f29338f0ba90aa03337e46f69ec70.tar.bz2 gentoo-140f7d0e874f29338f0ba90aa03337e46f69ec70.zip |
gnustep-2.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnustep-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnustep-2.eclass b/eclass/gnustep-2.eclass index 4d44f93612dc..b1f9525c1b9b 100644 --- a/eclass/gnustep-2.eclass +++ b/eclass/gnustep-2.eclass @@ -1,9 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: gnustep-2.eclass # @MAINTAINER: # GNUstep Herd <gnustep@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 # @BLURB: eclass for GNUstep Apps, Frameworks, and Bundles build # @DESCRIPTION: # This eclass sets up GNUstep environment to properly install |