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 EBC8E138334 for ; Thu, 20 Jun 2019 09:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F65EE0901; Thu, 20 Jun 2019 09:24:04 +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 25DD0E0901 for ; Thu, 20 Jun 2019 09:24:04 +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 3265434655A for ; Thu, 20 Jun 2019 09:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 909A255B for ; Thu, 20 Jun 2019 09:24:01 +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: <1561022625.5d42fc01f634dba3e192b2c4472e95811a3c7683.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kaffeine/kaffeine-2.0.18.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5d42fc01f634dba3e192b2c4472e95811a3c7683 X-VCS-Branch: master Date: Thu, 20 Jun 2019 09:24:01 +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: af27d017-2318-4636-a9de-deb3a0ae8664 X-Archives-Hash: 8c763fbf77b2f0334c2ce752c4e301bf commit: 5d42fc01f634dba3e192b2c4472e95811a3c7683 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 20 09:23:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 20 09:23:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d42fc01 media-video/kaffeine: amd64 stable wrt bug #687472 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-video/kaffeine/kaffeine-2.0.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-2.0.18.ebuild b/media-video/kaffeine/kaffeine-2.0.18.ebuild index 4c867468cb1..3c10640660e 100644 --- a/media-video/kaffeine/kaffeine-2.0.18.ebuild +++ b/media-video/kaffeine/kaffeine-2.0.18.ebuild @@ -7,7 +7,7 @@ KDE_HANDBOOK="optional" inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" fi