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 28F2B138331 for ; Sat, 7 Apr 2018 05:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D95E084A; Sat, 7 Apr 2018 05:23:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2026FE084A for ; Sat, 7 Apr 2018 05:23:34 +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 C57F0335C51 for ; Sat, 7 Apr 2018 05:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A7427D for ; Sat, 7 Apr 2018 05:23:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1523078583.eb9694e141cb10caa66c739dee8028c76ad0b4c3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lzop/lzop-1.04.ebuild X-VCS-Directories: app-arch/lzop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb9694e141cb10caa66c739dee8028c76ad0b4c3 X-VCS-Branch: master Date: Sat, 7 Apr 2018 05:23:30 +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: 600115d4-e7a5-4ad2-b274-30b472de7c10 X-Archives-Hash: 96e339e1c53847464027fed640872c13 commit: eb9694e141cb10caa66c739dee8028c76ad0b4c3 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 7 05:23:03 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 7 05:23:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9694e1 app-arch/lzop-1.04: ppc64 stable, bug 651510 app-arch/lzop/lzop-1.04.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lzop/lzop-1.04.ebuild b/app-arch/lzop/lzop-1.04.ebuild index d4e097fcd93..48a6342ec84 100644 --- a/app-arch/lzop/lzop-1.04.ebuild +++ b/app-arch/lzop/lzop-1.04.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.lzop.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/lzo-2"