diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 23:13:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 22:43:48 +0100 |
commit | e0f5c0e85af2865465feee9b54f2241eb622982b (patch) | |
tree | 264fe77f12ff2372ffa191354425d5ad3d48dd79 /app-officeext | |
parent | app-officeext/barcode: add 2.4.0 (diff) | |
download | gentoo-e0f5c0e85af2865465feee9b54f2241eb622982b.tar.gz gentoo-e0f5c0e85af2865465feee9b54f2241eb622982b.tar.bz2 gentoo-e0f5c0e85af2865465feee9b54f2241eb622982b.zip |
app-officeext/ct2n: update EAPI 7 -> 8, destabilise 1.5.0 for ~x86
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/ct2n/ct2n-1.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-officeext/ct2n/ct2n-1.5.0.ebuild b/app-officeext/ct2n/ct2n-1.5.0.ebuild index dd022169cb40..941f9eeff13c 100644 --- a/app-officeext/ct2n/ct2n-1.5.0.ebuild +++ b/app-officeext/ct2n/ct2n-1.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P="converttexttonumber-${PV/./-}" OFFICE_EXTENSIONS=( "${MY_P}.oxt" ) @@ -13,4 +13,4 @@ SRC_URI="https://extensions.libreoffice.org/extensions/ct2n-convert-text-to-numb LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" |