Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qstylizer/
Date: Fri, 11 Jun 2021 15:55:07
Message-Id: 1623426896.a872e8a347d35ac1c7e2221aac81fe40dad77f26.andrewammerlaan@gentoo
1 commit: a872e8a347d35ac1c7e2221aac81fe40dad77f26
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 15:54:56 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 15:54:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a872e8a3
7
8 dev-python/qstylizer: and fix another typo
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/qstylizer/qstylizer-0.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/qstylizer/qstylizer-0.2.0.ebuild b/dev-python/qstylizer/qstylizer-0.2.0.ebuild
17 index 7d5ad0fccd1..36269b58c27 100644
18 --- a/dev-python/qstylizer/qstylizer-0.2.0.ebuild
19 +++ b/dev-python/qstylizer/qstylizer-0.2.0.ebuild
20 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
21
22 RDEPEND="
23 >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}]
24 - <dev-python/tinycss-2[${PYTHON_USEDEP}]
25 + <dev-python/tinycss2-2[${PYTHON_USEDEP}]
26 >=dev-python/inflection-0.3.0[${PYTHON_USEDEP}]
27 <dev-python/inflection-1[${PYTHON_USEDEP}]
28 "