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 4FE0D13829C for ; Sun, 12 Jun 2016 16:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA19E0AF9; Sun, 12 Jun 2016 16:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88B3CE0AF9 for ; Sun, 12 Jun 2016 16:08:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16D5D340B46 for ; Sun, 12 Jun 2016 16:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E426C1AE8 for ; Sun, 12 Jun 2016 16:08:14 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1465747659.c0a83106d8928fd80a3dd0a74e8b32f2178f3e76.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/lxdream/lxdream-0.9.1-r2.ebuild X-VCS-Directories: games-emulation/lxdream/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: c0a83106d8928fd80a3dd0a74e8b32f2178f3e76 X-VCS-Branch: master Date: Sun, 12 Jun 2016 16:08:14 +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: 4d681c44-4785-41f8-aa70-a34db862ed32 X-Archives-Hash: e0c661320639992a4a7de5271e74e849 commit: c0a83106d8928fd80a3dd0a74e8b32f2178f3e76 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Sun Jun 12 16:07:39 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Sun Jun 12 16:07:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a83106 games-emulation/lxdream: add blocker against gnustep-base/gnustep-gui Bug: https://bugs.gentoo.org/show_bug.cgi?id=377635 Package-Manager: portage-2.2.28 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild index 3b7b703..ed4657b 100644 --- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild +++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild @@ -25,7 +25,8 @@ RDEPEND="lirc? ( app-misc/lirc ) DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext - virtual/os-headers" + virtual/os-headers + !!gnustep-base/gnustep-gui" #377635 src_prepare() { epatch "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"