app-crypt/yubikey-manager-qt: restrict version range for an rdep
authorGöktürk Yüksek <gokturk@gentoo.org>
Fri, 1 Feb 2019 02:13:36 +0000 (21:13 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Fri, 1 Feb 2019 02:19:10 +0000 (21:19 -0500)
Version 1.0.0 is not compatible with >=yubikey-manager-2.0.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild [moved from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r2.ebuild with 93% similarity]

similarity index 93%
rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r2.ebuild
rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild
index 08961842de99a515ed7149c9e7caaed92673e242..c2fe40e476282ee07db4061fec91ae42d394080f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
 
 DEPEND="
        >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
+       <app-crypt/yubikey-manager-2.0.0[${PYTHON_USEDEP}]
        dev-python/cryptography[${PYTHON_USEDEP}]
        dev-python/pyotherside[${PYTHON_USEDEP}]
        dev-qt/qtsingleapplication[qt5(+),X]