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 203A4138335 for ; Mon, 23 Sep 2019 14:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2072E086F; Mon, 23 Sep 2019 14:23:52 +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 D8907E086F for ; Mon, 23 Sep 2019 14:23:52 +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 B438A34B4C0 for ; Mon, 23 Sep 2019 14:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B8D764 for ; Mon, 23 Sep 2019 14:23:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569248620.ef9173d795791a02bd5c9de80f5c9760abf3fbbf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/world-of-goo-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild X-VCS-Directories: games-puzzle/world-of-goo-demo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef9173d795791a02bd5c9de80f5c9760abf3fbbf X-VCS-Branch: master Date: Mon, 23 Sep 2019 14:23:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df3c1f6f-9e95-4fb1-bc1b-2e621b9e8d75 X-Archives-Hash: f9970dce421565691dc2e6f7395b31af commit: ef9173d795791a02bd5c9de80f5c9760abf3fbbf Author: Michał Górny gentoo org> AuthorDate: Mon Sep 23 14:17:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 23 14:23:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9173d7 games-puzzle/world-of-goo-demo: Add RESTRICT=bindist Signed-off-by: Michał Górny gentoo.org> games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild index f9a6dd85770..83b418f1b56 100644 --- a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild +++ b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ LICENSE="2dboy-EULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="fetch strip" +RESTRICT="bindist fetch strip" RDEPEND=" media-libs/libsdl[sound,opengl,video]