Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/
Date: Fri, 01 Feb 2019 02:19:41
Message-Id: 1548987550.e8e05cfa3713f9670390b71d8b8b9848c6bcd8dd.gokturk@gentoo
1 commit: e8e05cfa3713f9670390b71d8b8b9848c6bcd8dd
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 02:13:36 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 02:19:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e05cfa
7
8 app-crypt/yubikey-manager-qt: restrict version range for an rdep
9
10 Version 1.0.0 is not compatible with >=yubikey-manager-2.0.0
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
14
15 ...y-manager-qt-1.0.0-r2.ebuild => yubikey-manager-qt-1.0.0-r3.ebuild} | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r2.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild
19 similarity index 93%
20 rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r2.ebuild
21 rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild
22 index 08961842de9..c2fe40e4762 100644
23 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r2.ebuild
24 +++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -17,6 +17,7 @@ KEYWORDS="~amd64"
32
33 DEPEND="
34 >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
35 + <app-crypt/yubikey-manager-2.0.0[${PYTHON_USEDEP}]
36 dev-python/cryptography[${PYTHON_USEDEP}]
37 dev-python/pyotherside[${PYTHON_USEDEP}]
38 dev-qt/qtsingleapplication[qt5(+),X]