diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-10-25 09:47:24 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-10-25 09:47:39 +0200 |
commit | ea81b6b4963274461d74a7a7f3d4efb43008c55e (patch) | |
tree | 7a8934042eec149228151d91890c2c6d54512fd4 /gnustep-libs | |
parent | games-action/multimc-bin: update URLs (diff) | |
download | gentoo-ea81b6b4963274461d74a7a7f3d4efb43008c55e.tar.gz gentoo-ea81b6b4963274461d74a7a7f3d4efb43008c55e.tar.bz2 gentoo-ea81b6b4963274461d74a7a7f3d4efb43008c55e.zip |
gnustep-libs/cenonlibrary: bump EAPI
This only installs library files, bump in place
Closes: https://bugs.gentoo.org/820026
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild index ef8bf528a2b6..88b9bd8bbb49 100644 --- a/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild +++ b/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit gnustep-2 S=${WORKDIR}/Cenon |