commit:     16dc6f559dacd447b271a4c24cdd73fb92555804
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  9 14:41:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 18:54:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dc6f55

dev-python/css-parser: Add explicit IUSE=test

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/css-parser/css-parser-1.0.10.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/css-parser/css-parser-1.0.10.ebuild 
b/dev-python/css-parser/css-parser-1.0.10.ebuild
index c7991f00d2cf..77364c0fb5ab 100644
--- a/dev-python/css-parser/css-parser-1.0.10.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,6 +18,8 @@ HOMEPAGE="
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 BDEPEND="
        test? (

Reply via email to