diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-05 23:51:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-07 11:13:52 +0100 |
commit | 87234f6c2bb8387011bfed9fa69346aeb7172195 (patch) | |
tree | 3aac212bb75e2f8753156cbe015410c3a9f0f8db /app-editors/ghostwriter | |
parent | profiles: arm: Mask dev-qt/qtwebengine, revdeps and IUSE (diff) | |
download | gentoo-87234f6c2bb8387011bfed9fa69346aeb7172195.tar.gz gentoo-87234f6c2bb8387011bfed9fa69346aeb7172195.tar.bz2 gentoo-87234f6c2bb8387011bfed9fa69346aeb7172195.zip |
app-editors/ghostwriter: destabilize 2.1.6 for ~x86
Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/ghostwriter')
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ghostwriter/ghostwriter-2.1.6.ebuild b/app-editors/ghostwriter/ghostwriter-2.1.6.ebuild index 624d760265bd..023f4be72315 100644 --- a/app-editors/ghostwriter/ghostwriter-2.1.6.ebuild +++ b/app-editors/ghostwriter/ghostwriter-2.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wereturtle/ghostwriter/archive/refs/tags/${PV}.tar.g LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="debug" BDEPEND="dev-qt/linguist-tools:5" |