diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 11:56:09 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-11 12:40:23 +0100 |
commit | fdf929055dbe5b30fe2e366539b3d947dfa758ba (patch) | |
tree | 1aec670775c2552c98ee0e05424f627a45329dd3 /app-officeext/sun-templates | |
parent | app-officeext/barcode: Port to EAPI 7 (diff) | |
download | gentoo-fdf929055dbe5b30fe2e366539b3d947dfa758ba.tar.gz gentoo-fdf929055dbe5b30fe2e366539b3d947dfa758ba.tar.bz2 gentoo-fdf929055dbe5b30fe2e366539b3d947dfa758ba.zip |
app-officeext/sun-templates: Port to EAPI 7
Closes: https://bugs.gentoo.org/819738
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-officeext/sun-templates')
-rw-r--r-- | app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild | 5 |
1 files 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 a5c4da3db66b..c95a9a084998 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="" |