dev-python/libtmux-0.8.2-r1: Pull in >=tmux-2.9a (maybe bug #709834)
authorPatrick McLean <chutzpah@gentoo.org>
Sun, 16 Feb 2020 19:59:01 +0000 (11:59 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sun, 16 Feb 2020 19:59:01 +0000 (11:59 -0800)
It appears upstream tmux changes their error codes, so let's force a
recent version to make sure that the errors match modern Gentoo
installations.

Bug: https://bugs.gentoo.org/709834
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/libtmux/libtmux-0.8.2-r1.ebuild

index 778843b525ccc079baefea2ab29ec9b767f0b7b3..a7793e8471d427712dbac25e408ab55a50bea729 100644 (file)
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 DESCRIPTION="python api for tmux"
@@ -14,8 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="app-misc/tmux"
+RDEPEND=">=app-misc/tmux-2.9a"
 
 PATCHES=(
        "${FILESDIR}/libtmux-0.8.2-tests.patch"