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 5FEF413888F for ; Wed, 7 Oct 2015 16:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2C321C006; Wed, 7 Oct 2015 16:55:34 +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 B94C021C006 for ; Wed, 7 Oct 2015 16:55:33 +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 7B22434016B for ; Wed, 7 Oct 2015 16:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0781279 for ; Wed, 7 Oct 2015 16:55:29 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1444236910.3b25d881005d2570488fe3164e0ef5dc23c73252.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-1.9a-r1.ebuild app-misc/tmux/tmux-1.9a-r2.ebuild app-misc/tmux/tmux-2.0-r2.ebuild app-misc/tmux/tmux-2.0-r3.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3b25d881005d2570488fe3164e0ef5dc23c73252 X-VCS-Branch: master Date: Wed, 7 Oct 2015 16:55:29 +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: 727f7fd5-3b87-439e-a203-6a91d7820d44 X-Archives-Hash: 0205012602b40210b6b50b980ca42015 commit: 3b25d881005d2570488fe3164e0ef5dc23c73252 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Oct 7 16:55:10 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Oct 7 16:55:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b25d881 app-misc/tmux: Fix dependencies yet again. The changes in commit 0771be8c73e2a72f13137411237a17ff342dac92 (and before) don't really work the way I intended. This change (which necessitates another revbump, unfortunately), actually work. Package-Manager: portage-2.2.22 RepoMan-Options: --force app-misc/tmux/{tmux-1.9a-r1.ebuild => tmux-1.9a-r2.ebuild} | 3 +-- app-misc/tmux/{tmux-2.0-r2.ebuild => tmux-2.0-r3.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-misc/tmux/tmux-1.9a-r1.ebuild b/app-misc/tmux/tmux-1.9a-r2.ebuild similarity index 97% rename from app-misc/tmux/tmux-1.9a-r1.ebuild rename to app-misc/tmux/tmux-1.9a-r2.ebuild index cffada8..7fd1b54 100644 --- a/app-misc/tmux/tmux-1.9a-r1.ebuild +++ b/app-misc/tmux/tmux-1.9a-r2.ebuild @@ -17,8 +17,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 IUSE="debug selinux vim-syntax" COMMON_DEPEND=" - =dev-libs/libevent-2.0.10 + =dev-libs/libevent-2.0* sys-libs/ncurses" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" diff --git a/app-misc/tmux/tmux-2.0-r2.ebuild b/app-misc/tmux/tmux-2.0-r3.ebuild similarity index 97% rename from app-misc/tmux/tmux-2.0-r2.ebuild rename to app-misc/tmux/tmux-2.0-r3.ebuild index 3cb39f0..0c74bd5 100644 --- a/app-misc/tmux/tmux-2.0-r2.ebuild +++ b/app-misc/tmux/tmux-2.0-r3.ebuild @@ -17,9 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="debug selinux vim-syntax" CDEPEND=" - >=dev-libs/libevent-2.0.10 + =dev-libs/libevent-2.0* !sys-apps/utempter -