diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 23:24:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 22:43:49 +0100 |
commit | b022a1b841f1db47d186329db1354c41a60a8dd4 (patch) | |
tree | 439787be3a4a0bb492900c3e94a3aa99df7c3ad3 /app-officeext | |
parent | app-officeext/sun-templates: destabilize 1.0.0-r1 for ~x86 (diff) | |
download | gentoo-b022a1b841f1db47d186329db1354c41a60a8dd4.tar.gz gentoo-b022a1b841f1db47d186329db1354c41a60a8dd4.tar.bz2 gentoo-b022a1b841f1db47d186329db1354c41a60a8dd4.zip |
app-officeext/texmaths: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/texmaths/texmaths-0.48.2.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-officeext/texmaths/texmaths-0.48.2.ebuild b/app-officeext/texmaths/texmaths-0.48.2.ebuild index 67242cc0449a..81b7c327f6b1 100644 --- a/app-officeext/texmaths/texmaths-0.48.2.ebuild +++ b/app-officeext/texmaths/texmaths-0.48.2.ebuild @@ -1,14 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P="TexMaths-${PV}" - -OFFICE_EXTENSIONS=( - "${MY_P}.oxt" -) - +OFFICE_EXTENSIONS=( "${MY_P}.oxt" ) inherit office-ext-r1 DESCRIPTION="LaTeX Equation Editor for LibreOffice" @@ -17,7 +13,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.oxt" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=" |