diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 22:23:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 22:23:19 +0200 |
commit | 4c563c4637f34c9d4cc15b24290c5b098ce9a925 (patch) | |
tree | 8da096c325d82e6b8e6b558abf9cced31091333a /dev-util/gcovr | |
parent | app-containers/docker-compose: Stabilize 1.29.2-r6 amd64, #927546 (diff) | |
download | gentoo-4c563c4637f34c9d4cc15b24290c5b098ce9a925.tar.gz gentoo-4c563c4637f34c9d4cc15b24290c5b098ce9a925.tar.bz2 gentoo-4c563c4637f34c9d4cc15b24290c5b098ce9a925.zip |
dev-util/gcovr: Stabilize 6.0 amd64, #927547
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/gcovr')
-rw-r--r-- | dev-util/gcovr/gcovr-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gcovr/gcovr-6.0.ebuild b/dev-util/gcovr/gcovr-6.0.ebuild index f721625bc8ed..0ea329e5cd7e 100644 --- a/dev-util/gcovr/gcovr-6.0.ebuild +++ b/dev-util/gcovr/gcovr-6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~loong ~x86" +KEYWORDS="amd64 ~loong ~x86" RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] |