diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 23:14:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 22:43:48 +0100 |
commit | 706cb579634c0afaf47a8a68fc7bc2cfd3fe5d04 (patch) | |
tree | a35fe679e14b490abed74aa2a431906b3053a5af /app-officeext | |
parent | app-officeext/ct2n: update EAPI 7 -> 8, destabilise 1.5.0 for ~x86 (diff) | |
download | gentoo-706cb579634c0afaf47a8a68fc7bc2cfd3fe5d04.tar.gz gentoo-706cb579634c0afaf47a8a68fc7bc2cfd3fe5d04.tar.bz2 gentoo-706cb579634c0afaf47a8a68fc7bc2cfd3fe5d04.zip |
app-officeext/dmaths: destabilize 3.4.9.0-r1 for ~x86
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 4f9e4cde1b84..6ffadb54b22b 100644 --- a/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild +++ b/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,4 +14,4 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" |