From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DA62158095 for ; Thu, 15 Sep 2022 06:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66FADE0993; Thu, 15 Sep 2022 06:44:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AEC7E0993 for ; Thu, 15 Sep 2022 06:44:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F062A340F55 for ; Thu, 15 Sep 2022 06:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 620C85D0 for ; Thu, 15 Sep 2022 06:44:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1663224169.9c0e2c2ce8dd75bdd8f48ed1a318014b6cee58c4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghostwriter/ghostwriter-2.1.4.ebuild X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9c0e2c2ce8dd75bdd8f48ed1a318014b6cee58c4 X-VCS-Branch: master Date: Thu, 15 Sep 2022 06:44:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a46152b-ddb7-493e-b870-d869c5ec6959 X-Archives-Hash: bbc4689bc78a34f81ad5af3d5fe23d3d commit: 9c0e2c2ce8dd75bdd8f48ed1a318014b6cee58c4 Author: Joonas Niilola gentoo org> AuthorDate: Thu Sep 15 06:42:49 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 15 06:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0e2c2c app-editors/ghostwriter: Stabilize 2.1.4 x86, #870106 Signed-off-by: Joonas Niilola gentoo.org> app-editors/ghostwriter/ghostwriter-2.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/ghostwriter/ghostwriter-2.1.4.ebuild b/app-editors/ghostwriter/ghostwriter-2.1.4.ebuild index 209e0fde1b23..624d760265bd 100644 --- a/app-editors/ghostwriter/ghostwriter-2.1.4.ebuild +++ b/app-editors/ghostwriter/ghostwriter-2.1.4.ebuild @@ -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"