diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 11:57:14 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-11 12:40:24 +0100 |
commit | 4fcea93d3bbc6b7638147d85320bea1dd75bcaeb (patch) | |
tree | 92a4dd90fb11838d88c6b83506a0fb6fbac19513 /app-officeext | |
parent | app-officeext/sun-templates: Port to EAPI 7 (diff) | |
download | gentoo-4fcea93d3bbc6b7638147d85320bea1dd75bcaeb.tar.gz gentoo-4fcea93d3bbc6b7638147d85320bea1dd75bcaeb.tar.bz2 gentoo-4fcea93d3bbc6b7638147d85320bea1dd75bcaeb.zip |
app-officeext/dmaths: Port to EAPI 7
Closes: https://bugs.gentoo.org/819741
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild b/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild index 93a7545e5a35..4f9e4cde1b84 100644 --- a/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild +++ b/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 OFFICE_EXTENSIONS=( "${PN}addon.oxt" @@ -15,4 +15,3 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" |