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 1CF07138336 for ; Sat, 2 Feb 2019 15:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3384E0883; Sat, 2 Feb 2019 15:39:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BE358E0883 for ; Sat, 2 Feb 2019 15:39:03 +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 AA7AD33BEA8 for ; Sat, 2 Feb 2019 15:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CC9552D for ; Sat, 2 Feb 2019 15:39:00 +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: <1549121911.7662fc20411282b9054877ed96b358c84db7d378.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.8.2.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7662fc20411282b9054877ed96b358c84db7d378 X-VCS-Branch: master Date: Sat, 2 Feb 2019 15:39:00 +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: 9cf1d4bb-94a7-4ec9-a9c6-63dc9ba495db X-Archives-Hash: 05d1ef6054257fc295e00546fa5b5608 commit: 7662fc20411282b9054877ed96b358c84db7d378 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 2 15:36:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 2 15:38:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7662fc20 app-text/kbibtex: 0.8.2 amd64 stable Closes: https://bugs.gentoo.org/676964 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kbibtex/kbibtex-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.8.2.ebuild b/app-text/kbibtex/kbibtex-0.8.2.ebuild index 8ad141fe00c..2b44a318799 100644 --- a/app-text/kbibtex/kbibtex-0.8.2.ebuild +++ b/app-text/kbibtex/kbibtex-0.8.2.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"