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 580101387B1 for ; Tue, 22 Sep 2015 08:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11726E085C; Tue, 22 Sep 2015 08:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C7EEE0858 for ; Tue, 22 Sep 2015 08:57:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCC3B3406F2 for ; Tue, 22 Sep 2015 08:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99F4242 for ; Tue, 22 Sep 2015 08:57:30 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1442912239.8e90127fb27bf9764bbb69e5df9acb20c3dbc337.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vice/vice-2.4.20.ebuild X-VCS-Directories: app-emulation/vice/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8e90127fb27bf9764bbb69e5df9acb20c3dbc337 X-VCS-Branch: master Date: Tue, 22 Sep 2015 08:57: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: 073d3460-3735-47dd-88fe-3dc0a7acbc68 X-Archives-Hash: a6b0ffaaf4f10f85ecbc86618c895d50 commit: 8e90127fb27bf9764bbb69e5df9acb20c3dbc337 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Sep 22 08:55:57 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Sep 22 08:57:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e90127f app-emulation/vice: ppc stable wrt bug #560226 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" app-emulation/vice/vice-2.4.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vice/vice-2.4.20.ebuild b/app-emulation/vice/vice-2.4.20.ebuild index 5f68ece..7bf5976 100644 --- a/app-emulation/vice/vice-2.4.20.ebuild +++ b/app-emulation/vice/vice-2.4.20.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk2 ipv6 lame nls oss png pulseaudio sdl +sdlsound threads vte zlib" # upstream says gtk3 and sdl2 shouldn't be exposed yet.