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 ED316138334 for ; Tue, 26 Jun 2018 02:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FD6E0A82; Tue, 26 Jun 2018 02:04:41 +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 77898E0A59 for ; Tue, 26 Jun 2018 02:04:41 +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 23C67335CB7 for ; Tue, 26 Jun 2018 02:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC81E35A for ; Tue, 26 Jun 2018 02:04:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1529978664.08fd7f6b67e1d8317601335be1c1864ed5599b8d.bman@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.1.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 08fd7f6b67e1d8317601335be1c1864ed5599b8d X-VCS-Branch: master Date: Tue, 26 Jun 2018 02:04:35 +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: 61344c95-efc1-4854-a262-c8c2084b6eaf X-Archives-Hash: 3614876e4a73129385146dfc03067c58 commit: 08fd7f6b67e1d8317601335be1c1864ed5599b8d Author: Aaron Bauman gentoo org> AuthorDate: Tue Jun 26 01:57:12 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jun 26 02:04:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fd7f6b app-text/kbibtex: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/kbibtex/kbibtex-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.8.1.ebuild b/app-text/kbibtex/kbibtex-0.8.1.ebuild index 451234894af..498364c65ea 100644 --- a/app-text/kbibtex/kbibtex-0.8.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.8.1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" 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"