diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-07-03 12:52:49 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-07-03 13:21:48 +0200 |
commit | f61fc0a7eecfdde8b204f158c43f11ae9ba0db9d (patch) | |
tree | fbb854968612d1b6352121214ece5f3908f9181c /dev-python/catkin_pkg | |
parent | dev-python/catkin_pkg: bump to 0.4.6 (diff) | |
download | gentoo-f61fc0a7eecfdde8b204f158c43f11ae9ba0db9d.tar.gz gentoo-f61fc0a7eecfdde8b204f158c43f11ae9ba0db9d.tar.bz2 gentoo-f61fc0a7eecfdde8b204f158c43f11ae9ba0db9d.zip |
dev-python/catkin_pkg: add blocker on old catkin versions
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/catkin_pkg')
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.6.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.6.ebuild index 19e9efa8046c..263dc13362e4 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.6.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.6.ebuild @@ -35,6 +35,8 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) " +RDEPEND="${RDEPEND} + !<dev-util/catkin-0.7.14" PATCHES=( "${FILESDIR}/catkin_prefix2.patch" "${FILESDIR}/argparse.patch" diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index 19e9efa8046c..263dc13362e4 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild @@ -35,6 +35,8 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) " +RDEPEND="${RDEPEND} + !<dev-util/catkin-0.7.14" PATCHES=( "${FILESDIR}/catkin_prefix2.patch" "${FILESDIR}/argparse.patch" |