From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 564C81381F3 for ; Thu, 21 Apr 2016 15:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4105EE0818; Thu, 21 Apr 2016 15:49:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD615E0818 for ; Thu, 21 Apr 2016 15:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8AD5340BDE for ; Thu, 21 Apr 2016 15:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 672071363 for ; Thu, 21 Apr 2016 15:49:40 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1461253762.9382d998e1d87cc97acfe390e04408ed70846dc2.maekke@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-r3.ebuild X-VCS-Directories: app-misc/linux-logo/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9382d998e1d87cc97acfe390e04408ed70846dc2 X-VCS-Branch: master Date: Thu, 21 Apr 2016 15:49:40 +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: fdc6b072-510e-46ba-81c1-6ccb904fea4c X-Archives-Hash: 5c7fa1f283f55f40c5526760b7bd44b3 commit: 9382d998e1d87cc97acfe390e04408ed70846dc2 Author: Markus Meier gentoo org> AuthorDate: Thu Apr 21 15:49:22 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Apr 21 15:49:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9382d998 app-misc/linux-logo: add ~arm, bug #577590 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" app-misc/linux-logo/linux-logo-5.11-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/linux-logo/linux-logo-5.11-r3.ebuild b/app-misc/linux-logo/linux-logo-5.11-r3.ebuild index 99586b3..866255a 100644 --- a/app-misc/linux-logo/linux-logo-5.11-r3.ebuild +++ b/app-misc/linux-logo/linux-logo-5.11-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="nls" RDEPEND="nls? ( virtual/libintl )"