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 6B73E138334 for ; Wed, 4 Dec 2019 00:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE712E070D; Wed, 4 Dec 2019 00:56:03 +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 9097FE070D for ; Wed, 4 Dec 2019 00:56:03 +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 8428034D78A for ; Wed, 4 Dec 2019 00:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 175E27FE for ; Wed, 4 Dec 2019 00:56:01 +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: <1575420946.62e641449e0f662efdf949409cb06db8f2bf78db.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 62e641449e0f662efdf949409cb06db8f2bf78db X-VCS-Branch: master Date: Wed, 4 Dec 2019 00:56: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: 0a56abec-cce5-4d14-bccd-fd9a27dfc603 X-Archives-Hash: e2973435e4b7a8d12266fc0a98eafdd5 commit: 62e641449e0f662efdf949409cb06db8f2bf78db Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 4 00:54:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 4 00:55:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e64144 app-cdr/isoimagewriter: 0.8 amd64 stable Closes: https://bugs.gentoo.org/700048 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild index 023d9ca9413..54df9ef3f20 100644 --- a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild +++ b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://community.kde.org/ISOImageWriter" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-3"