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 67DC61382C5 for ; Sat, 14 Apr 2018 21:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94718E07D9; Sat, 14 Apr 2018 21:10:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6F813E07D9 for ; Sat, 14 Apr 2018 21:10:56 +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 15958335C2E for ; Sat, 14 Apr 2018 21:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D57A29E for ; Sat, 14 Apr 2018 21:10:53 +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: <1523740240.901f91e060a966cb2f4eb8aedd90af004ec0d726.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/latte-dock/latte-dock-0.7.4.ebuild X-VCS-Directories: kde-misc/latte-dock/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 901f91e060a966cb2f4eb8aedd90af004ec0d726 X-VCS-Branch: master Date: Sat, 14 Apr 2018 21:10:53 +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: 2f03f938-b611-43d6-b0c7-2078385f94a2 X-Archives-Hash: a7fdc05d2b09d024b136fe1343139c95 commit: 901f91e060a966cb2f4eb8aedd90af004ec0d726 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 20:43:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 21:10:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901f91e0 kde-misc/latte-dock: amd64 stable Bug: https://bugs.gentoo.org/653048 Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-misc/latte-dock/latte-dock-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/latte-dock/latte-dock-0.7.4.ebuild b/kde-misc/latte-dock/latte-dock-0.7.4.ebuild index ebb6629a3a1..5cc723b5b26 100644 --- a/kde-misc/latte-dock/latte-dock-0.7.4.ebuild +++ b/kde-misc/latte-dock/latte-dock-0.7.4.ebuild @@ -7,7 +7,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Elegant dock, based on KDE Frameworks"