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 766DF1382C5 for ; Tue, 8 May 2018 07:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67940E0A0B; Tue, 8 May 2018 07:11: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 46050E0A02 for ; Tue, 8 May 2018 07:11:41 +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 62B6B335C78 for ; Tue, 8 May 2018 07:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 804DA292 for ; Tue, 8 May 2018 07:11:37 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1525763462.a1b5cd041eb5cdebefa32f2976eea2fa89c6ffc9.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/yakuake/yakuake-3.0.5.ebuild X-VCS-Directories: kde-misc/yakuake/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a1b5cd041eb5cdebefa32f2976eea2fa89c6ffc9 X-VCS-Branch: master Date: Tue, 8 May 2018 07:11:37 +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: 2cae989b-9cdf-4d8c-8379-690f7f0c104e X-Archives-Hash: 347fb9ad4dbe0f8e1a4cead031b639c0 commit: a1b5cd041eb5cdebefa32f2976eea2fa89c6ffc9 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue May 8 07:11:02 2018 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue May 8 07:11:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b5cd04 kde-misc/yakuake: amd64 stable wrt bug #655066 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" kde-misc/yakuake/yakuake-3.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/yakuake/yakuake-3.0.5.ebuild b/kde-misc/yakuake/yakuake-3.0.5.ebuild index 117caeb21fd..eadf4031c32 100644 --- a/kde-misc/yakuake/yakuake-3.0.5.ebuild +++ b/kde-misc/yakuake/yakuake-3.0.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Quake-style terminal emulator based on konsole" HOMEPAGE="https://yakuake.kde.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2 LGPL-2"