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 594BC138AE9 for ; Fri, 29 Dec 2017 19:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAE3E0F52; Fri, 29 Dec 2017 19:28:45 +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 59A73E0F52 for ; Fri, 29 Dec 2017 19:28:44 +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 69ABD33FE49 for ; Fri, 29 Dec 2017 19:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317489C2F for ; Fri, 29 Dec 2017 19:28:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1514575715.982a9a8a7be01619eb12f8d784c2e67ee4b0d89a.zlogene@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.8_pre20171110.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 982a9a8a7be01619eb12f8d784c2e67ee4b0d89a X-VCS-Branch: master Date: Fri, 29 Dec 2017 19:28:42 +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-Archives-Salt: 6897db82-5bee-4a8c-a7be-439bb4cf8f21 X-Archives-Hash: a8e4387bba1bd82d7d66e2e99405d390 commit: 982a9a8a7be01619eb12f8d784c2e67ee4b0d89a Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 29 19:28:35 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 29 19:28:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982a9a8a app-text/kbibtex: amd64 stable wrt bug #642446 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild index c269abec936..bbe15b44b12 100644 --- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild +++ b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" HOMEPAGE="https://userbase.kde.org/KBibTeX" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2"