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 27EDB13888F for ; Wed, 7 Oct 2015 10:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4035DE081C; Wed, 7 Oct 2015 10:27:49 +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 BC1EAE081C for ; Wed, 7 Oct 2015 10:27:48 +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 5D899340813 for ; Wed, 7 Oct 2015 10:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25145279 for ; Wed, 7 Oct 2015 10:27:45 +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: <1444213637.0771be8c73e2a72f13137411237a17ff342dac92.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.ebuild app-misc/tmux/tmux-2.0-r1.ebuild app-misc/tmux/tmux-2.0-r2.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 0771be8c73e2a72f13137411237a17ff342dac92 X-VCS-Branch: master Date: Wed, 7 Oct 2015 10:27:45 +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: 3668d23e-5a80-4029-b206-6770070b5d3c X-Archives-Hash: 9dd0ed2cd3c9ae18f2c1e84df9cccfd0 commit: 0771be8c73e2a72f13137411237a17ff342dac92 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Oct 7 10:27:17 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Oct 7 10:27:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0771be8c app-misc/tmux: Make the changes from f625f93 a revbump As per the comments: https://github.com/gentoo/gentoo/commit/f625f93c98cbed7524b3e808bee2981e0f57d27c Package-Manager: portage-2.2.22 RepoMan-Options: --force app-misc/tmux/{tmux-1.9a.ebuild => tmux-1.9a-r1.ebuild} | 2 +- app-misc/tmux/{tmux-2.0-r1.ebuild => tmux-2.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tmux/tmux-1.9a.ebuild b/app-misc/tmux/tmux-1.9a-r1.ebuild similarity index 100% rename from app-misc/tmux/tmux-1.9a.ebuild rename to app-misc/tmux/tmux-1.9a-r1.ebuild index 6f015ef..cffada8 100644 --- a/app-misc/tmux/tmux-1.9a.ebuild +++ b/app-misc/tmux/tmux-1.9a-r1.ebuild @@ -17,8 +17,8 @@ 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.10 sys-libs/ncurses" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" diff --git a/app-misc/tmux/tmux-2.0-r1.ebuild b/app-misc/tmux/tmux-2.0-r2.ebuild similarity index 100% rename from app-misc/tmux/tmux-2.0-r1.ebuild rename to app-misc/tmux/tmux-2.0-r2.ebuild index 55b653a..3cb39f0 100644 --- a/app-misc/tmux/tmux-2.0-r1.ebuild +++ b/app-misc/tmux/tmux-2.0-r2.ebuild @@ -18,8 +18,8 @@ IUSE="debug selinux vim-syntax" CDEPEND=" >=dev-libs/libevent-2.0.10 -