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 61A271384AE for ; Sat, 19 Sep 2015 13:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37DB921C028; Sat, 19 Sep 2015 13:31:01 +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 01FE821C028 for ; Sat, 19 Sep 2015 13:31:00 +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 4202D340DD0 for ; Sat, 19 Sep 2015 13:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7A5207 for ; Sat, 19 Sep 2015 13:30:56 +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: <1442669407.a8b09db8c3c3b8d6863abd507b547e5f7b756edb.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: a8b09db8c3c3b8d6863abd507b547e5f7b756edb X-VCS-Branch: master Date: Sat, 19 Sep 2015 13:30:56 +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: b570d58a-6b73-4bb2-b1de-33a1cbebe15d X-Archives-Hash: 827710862fd0f0b16bd5af81a3927b29 commit: a8b09db8c3c3b8d6863abd507b547e5f7b756edb Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Sep 19 13:30:07 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Sep 19 13:30:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b09db8 app-emulation/vice: amd64 stable wrt bug #560226 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" 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 d4bb166..f1f5be2 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.