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 0D0561382C5 for ; Tue, 6 Feb 2018 18:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F9FE0BA6; Tue, 6 Feb 2018 18:36:08 +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 B1BF3E0BA6 for ; Tue, 6 Feb 2018 18:36:08 +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 E718B335C4E for ; Tue, 6 Feb 2018 18:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E10E11E6 for ; Tue, 6 Feb 2018 18:36:04 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1517942122.d117ce252d9e221bb9b983238fa6092be143c6b6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/linux-logo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/linux-logo/linux-logo-5.11-r4.ebuild X-VCS-Directories: app-misc/linux-logo/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d117ce252d9e221bb9b983238fa6092be143c6b6 X-VCS-Branch: master Date: Tue, 6 Feb 2018 18:36:04 +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: 721ebb3c-a83b-419a-9447-4fa081d5fb95 X-Archives-Hash: 0b569aa921e675928805615e702a08ec commit: d117ce252d9e221bb9b983238fa6092be143c6b6 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 6 18:25:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 6 18:35:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d117ce25 app-misc/linux-logo: x86 stable (bug #646442) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-misc/linux-logo/linux-logo-5.11-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/linux-logo/linux-logo-5.11-r4.ebuild b/app-misc/linux-logo/linux-logo-5.11-r4.ebuild index 12327681bc8..4ebee62b970 100644 --- a/app-misc/linux-logo/linux-logo-5.11-r4.ebuild +++ b/app-misc/linux-logo/linux-logo-5.11-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="nls" RDEPEND="nls? ( virtual/libintl )"