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 E09B81382C5 for ; Sun, 1 Apr 2018 14:22:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE40DE0A8D; Sun, 1 Apr 2018 14:22:05 +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 C96B2E0A90 for ; Sun, 1 Apr 2018 14:22:05 +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 A628D335DAE for ; Sun, 1 Apr 2018 14:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE10275 for ; Sun, 1 Apr 2018 14:22:02 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1522592514.1503514ef7d7560b6760582a667dbde0a46dc89e.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1503514ef7d7560b6760582a667dbde0a46dc89e X-VCS-Branch: master Date: Sun, 1 Apr 2018 14:22:02 +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: f46f3050-bd13-412d-ae05-545d38408f26 X-Archives-Hash: d5c0ded951048d2397afbccd9ec933d9 commit: 1503514ef7d7560b6760582a667dbde0a46dc89e Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 1 14:21:54 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 1 14:21:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1503514e app-misc/linux-logo: stable 5.11-r4 for ppc, bug #646442 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" 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 1a8a23105ab..e78323f95a0 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 )"