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 7C6BF138334 for ; Mon, 15 Jul 2019 15:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41968E092A; Mon, 15 Jul 2019 15:28:22 +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 26F2EE092A for ; Mon, 15 Jul 2019 15:28:22 +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 7B264347C4F for ; Mon, 15 Jul 2019 15:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C329D740 for ; Mon, 15 Jul 2019 15:28:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563204448.31bf9ff9858526e6addcee5f56ff0e728250f16f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/skinenigmang-logos/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild X-VCS-Directories: x11-themes/skinenigmang-logos/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31bf9ff9858526e6addcee5f56ff0e728250f16f X-VCS-Branch: master Date: Mon, 15 Jul 2019 15:28:15 +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: 42f80a6d-0c13-4c9a-ac87-d1d65e4046f9 X-Archives-Hash: 1cbdcdbf7d89a8e7f0fc51172a5f6a14 commit: 31bf9ff9858526e6addcee5f56ff0e728250f16f Author: Michał Górny gentoo org> AuthorDate: Mon Jul 15 15:27:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 15 15:27:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bf9ff9 x11-themes/skinenigmang-logos: Sort KEYWORDS Signed-off-by: Michał Górny gentoo.org> x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild b/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild index 48d54026ae7..79fd566a89b 100644 --- a/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild +++ b/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://vdr.websitec.de/download/${PN}/enigma-logos-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-plugins/vdr-skinenigmang"