commit: fdf929055dbe5b30fe2e366539b3d947dfa758ba Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Nov 7 10:56:09 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Nov 11 11:40:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf92905
app-officeext/sun-templates: Port to EAPI 7 Closes: https://bugs.gentoo.org/819738 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild b/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild index a5c4da3db66..c95a9a08499 100644 --- a/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild +++ b/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 OFFICE_EXTENSIONS=( "472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_${PV}.oxt" @@ -22,4 +22,3 @@ SRC_URI="${URI_EXTENSIONS}" LICENSE="sun-bcla-j2me" SLOT="0" KEYWORDS="amd64 x86" -IUSE=""
