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 5AA76138334 for ; Mon, 25 Mar 2019 15:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D925E08A4; Mon, 25 Mar 2019 15:09:38 +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 27CBFE08A4 for ; Mon, 25 Mar 2019 15:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 012E8335CF4 for ; Mon, 25 Mar 2019 15:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9754F4B2 for ; Mon, 25 Mar 2019 15:09:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1553526537.f227885a3373f69b819406915e4f67be8dcea321.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-2.8-r2.ebuild app-misc/tmux/tmux-9999.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f227885a3373f69b819406915e4f67be8dcea321 X-VCS-Branch: master Date: Mon, 25 Mar 2019 15:09:35 +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: b359806d-ca33-4b4a-93d9-0ecc0d7e2610 X-Archives-Hash: 7b30a016f4f6f9f501525817de0c890b commit: f227885a3373f69b819406915e4f67be8dcea321 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 25 15:08:01 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 25 15:08:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f227885a app-misc/tmux: Synced/fixed dependencies. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-misc/tmux/tmux-2.8-r2.ebuild | 2 +- app-misc/tmux/tmux-9999.ebuild | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app-misc/tmux/tmux-2.8-r2.ebuild b/app-misc/tmux/tmux-2.8-r2.ebuild index 851cb2d6a79..f858b891207 100644 --- a/app-misc/tmux/tmux-2.8-r2.ebuild +++ b/app-misc/tmux/tmux-2.8-r2.ebuild @@ -26,7 +26,7 @@ BDEPEND=" virtual/pkgconfig" RDEPEND=" - ${CDEPEND} + ${DEPEND} selinux? ( sec-policy/selinux-screen ) vim-syntax? ( app-vim/vim-tmux )" diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index b90f954d704..89ef1ddd0dc 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -21,7 +21,7 @@ LICENSE="ISC" SLOT="0" IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux" -CDEPEND=" +DEPEND=" dev-libs/libevent:0= sys-libs/ncurses:0= utempter? ( @@ -29,12 +29,11 @@ CDEPEND=" kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) )" -DEPEND=" - ${CDEPEND} +BDEPEND=" virtual/pkgconfig" RDEPEND=" - ${CDEPEND} + ${DEPEND} selinux? ( sec-policy/selinux-screen ) vim-syntax? ( app-vim/vim-tmux )" @@ -43,7 +42,7 @@ DOCS=( CHANGES README TODO ) PATCHES=( "${FILESDIR}/${PN}-2.4-flags.patch" - # usptream fixes (can be removed with next version bump) + # upstream fixes (can be removed with next version bump) ) S="${WORKDIR}/${P/_/-}"