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 1D86A138359 for ; Sun, 26 Jul 2020 01:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD25E0829; Sun, 26 Jul 2020 01:10:46 +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 2633DE0829 for ; Sun, 26 Jul 2020 01:10:46 +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 D708834F29B for ; Sun, 26 Jul 2020 01:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1B012DB for ; Sun, 26 Jul 2020 01:10:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595725720.678556f94633b291b1ed221a65e1d41f9eae0db3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/tt-s2-6400-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild X-VCS-Directories: sys-firmware/tt-s2-6400-firmware/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 678556f94633b291b1ed221a65e1d41f9eae0db3 X-VCS-Branch: master Date: Sun, 26 Jul 2020 01:10:39 +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: b4b24191-6319-4cbf-b21f-757c58353bbe X-Archives-Hash: adf62e8215b24d7eb73348179e5e3b6b commit: 678556f94633b291b1ed221a65e1d41f9eae0db3 Author: Sam James gentoo org> AuthorDate: Sun Jul 26 01:08:40 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 26 01:08:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678556f9 sys-firmware/tt-s2-6400-firmware: x86 stable (bug #711152) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild b/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild index 4d6e042f6fc..8b1b3216317 100644 --- a/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild +++ b/sys-firmware/tt-s2-6400-firmware/tt-s2-6400-firmware-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.aregel.de/file_download/28/dvb-ttpremium-st7109-01_v0_5_1.zi LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="app-arch/unzip"