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 381CF138335 for ; Sat, 15 Sep 2018 18:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4961E0BE1; Sat, 15 Sep 2018 18:26:49 +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 A89A7E0BCF for ; Sat, 15 Sep 2018 18:26:49 +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 81DB0335CF9 for ; Sat, 15 Sep 2018 18:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA9A23D9 for ; Sat, 15 Sep 2018 18:26:46 +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: <1537035946.4acc4934a3d75ec73b83e47add6ba63350598783.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-5.2.4.0.ebuild X-VCS-Directories: media-libs/allegro/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4acc4934a3d75ec73b83e47add6ba63350598783 X-VCS-Branch: master Date: Sat, 15 Sep 2018 18:26:46 +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: 8c180c28-d217-4a59-bb58-fe0a385e348f X-Archives-Hash: 4d67d3c1e5f15b18cba67d0929501e1e commit: 4acc4934a3d75ec73b83e47add6ba63350598783 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 15 18:25:46 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 15 18:25:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acc4934 media-libs/allegro: stable 5.2.4.0 for ppc64, bug #664788 Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" media-libs/allegro/allegro-5.2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/allegro/allegro-5.2.4.0.ebuild b/media-libs/allegro/allegro-5.2.4.0.ebuild index 0640f7b8050..91e57245e2d 100644 --- a/media-libs/allegro/allegro-5.2.4.0.ebuild +++ b/media-libs/allegro/allegro-5.2.4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g LICENSE="BSD ZLIB" SLOT="5" -KEYWORDS="~amd64 ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 ~x86" IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio test truetype vorbis webp X xinerama" REQUIRED_USE="X? ( opengl ) xinerama? ( X )"