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 4859A138350 for ; Fri, 10 Jan 2020 16:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 725AEE086A; Fri, 10 Jan 2020 16:01:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55D80E086A for ; Fri, 10 Jan 2020 16:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F3FB634DF63 for ; Fri, 10 Jan 2020 16:01:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6EC38 for ; Fri, 10 Jan 2020 16:01:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578672047.1770d3eae4ed40e645c5a0f4d92d880b45a21bc9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.9.1.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1770d3eae4ed40e645c5a0f4d92d880b45a21bc9 X-VCS-Branch: master Date: Fri, 10 Jan 2020 16:01:11 +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: 41c2f045-ac50-4390-bd05-2a3637c51758 X-Archives-Hash: 203d7cf6e8a05a4645405ccf6e9008fd commit: 1770d3eae4ed40e645c5a0f4d92d880b45a21bc9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 10 15:59:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 10 16:00:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1770d3ea app-text/kbibtex: 0.9.1 version bump Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kbibtex/kbibtex-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.9.1.ebuild b/app-text/kbibtex/kbibtex-0.9.1.ebuild index d1e6340a886..89524913afe 100644 --- a/app-text/kbibtex/kbibtex-0.9.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.9.1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/KBibTeX" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2"