diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-12 18:07:39 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-12 18:07:39 +0200 |
commit | c0a83106d8928fd80a3dd0a74e8b32f2178f3e76 (patch) | |
tree | fe3e4c41083c80ea382d12e1defdd1f8bfb1a2ef /games-emulation | |
parent | dev-libs/svrcore: add new proxy-maintainers (diff) | |
download | gentoo-c0a83106d8928fd80a3dd0a74e8b32f2178f3e76.tar.gz gentoo-c0a83106d8928fd80a3dd0a74e8b32f2178f3e76.tar.bz2 gentoo-c0a83106d8928fd80a3dd0a74e8b32f2178f3e76.zip |
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
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild index 3b7b703d5eb4..ed4657b366d4 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" |