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 EECC113888F for ; Mon, 26 Oct 2015 18:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69F3421C00E; Mon, 26 Oct 2015 18:24:14 +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 1835421C00E for ; Mon, 26 Oct 2015 18:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D4834092D for ; Mon, 26 Oct 2015 18:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9571735 for ; Mon, 26 Oct 2015 18:24:11 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1445883839.e4139329b1a992c33aca904715f39e0d53804bbd.tranquility@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild X-VCS-Directories: dev-libs/libvterm/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: e4139329b1a992c33aca904715f39e0d53804bbd X-VCS-Branch: master Date: Mon, 26 Oct 2015 18:24:11 +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: cc0491f1-c2b2-4bb8-a762-0b259c9e38fe X-Archives-Hash: e876251221a5fbeb3fe4d673932a3b3a commit: e4139329b1a992c33aca904715f39e0d53804bbd Author: Ole Reifschneider gentoo org> AuthorDate: Mon Oct 26 18:23:41 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Mon Oct 26 18:23:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4139329 dev-libs/libvterm: Add missing blocker on the fork Package-Manager: portage-2.2.23 dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild b/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild index 7152fb4..b893079 100644 --- a/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild +++ b/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild @@ -17,6 +17,8 @@ IUSE="" DEPEND="sys-devel/libtool virtual/pkgconfig" +RDEPEND="!dev-libs/libvterm-neovim" + src_compile() { append-cflags -fPIC emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"