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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D1F81382C5 for ; Mon, 8 Mar 2021 10:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9955EE093E; Mon, 8 Mar 2021 10:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70DEEE094A for ; Mon, 8 Mar 2021 10:25:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49DA9335D48 for ; Mon, 8 Mar 2021 10:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E795F13B for ; Mon, 8 Mar 2021 10:25:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615199060.e3aa04d5e37af59545bc403edb86a89a7a2cda15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/gnucash-docs/gnucash-docs-4.4.ebuild X-VCS-Directories: app-doc/gnucash-docs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3aa04d5e37af59545bc403edb86a89a7a2cda15 X-VCS-Branch: master Date: Mon, 8 Mar 2021 10:25:29 +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: 9be3b9aa-a721-4c48-8f16-32cdc68d3295 X-Archives-Hash: c0bbac89bd460a36bc71c53b42e73f63 commit: e3aa04d5e37af59545bc403edb86a89a7a2cda15 Author: Sam James gentoo org> AuthorDate: Mon Mar 8 10:24:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 8 10:24:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3aa04d5 app-doc/gnucash-docs: Stabilize 4.4 amd64, #774723 Signed-off-by: Sam James gentoo.org> app-doc/gnucash-docs/gnucash-docs-4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild index 3ed9ef17540..1440ddcea74 100644 --- a/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild +++ b/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2 FDL-1.1" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86" LOCALES=( de it ja pt ) IUSE="${LOCALES[*]/#/l10n_}"