diff options
author | 2024-05-07 19:57:26 +0200 | |
---|---|---|
committer | 2024-05-07 19:57:26 +0200 | |
commit | faae4c454d97ab7c31f0d2e089ff66d801ef32cf (patch) | |
tree | ea7bfdd2de2d57fd5e019cb1aa33d3e06cfc95cb /media-video | |
parent | x11-misc/autotiling: drop 1.9 (diff) | |
download | guru-faae4c454d97ab7c31f0d2e089ff66d801ef32cf.tar.gz guru-faae4c454d97ab7c31f0d2e089ff66d801ef32cf.tar.bz2 guru-faae4c454d97ab7c31f0d2e089ff66d801ef32cf.zip |
media-video/ciano: update SRC_URI, unmask python 3.12
Closes: https://bugs.gentoo.org/931459
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ciano/Manifest | 2 | ||||
-rw-r--r-- | media-video/ciano/ciano-0.2.4-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-video/ciano/Manifest b/media-video/ciano/Manifest index 184277d04..b4f882bb4 100644 --- a/media-video/ciano/Manifest +++ b/media-video/ciano/Manifest @@ -1 +1 @@ -DIST ciano-0.2.4.tar.gz 195259 BLAKE2B 3e81781372eba0d36b90604a8041afdad70b90a4ae8c96bd209094903410dbf691de25fac67c33bac8c5ace9c7ee8208c29def51b0cb1d4c89517c70541a849a SHA512 a071198b0483188685e97ed4feac991ca707cd2a3b9191cbe2166e445b60e7510691a531ed2955d8361175a2fc1dd3ff767f1405df45e635559eef8776c65b25 +DIST ciano-0.2.4.gh.tar.gz 195259 BLAKE2B 3e81781372eba0d36b90604a8041afdad70b90a4ae8c96bd209094903410dbf691de25fac67c33bac8c5ace9c7ee8208c29def51b0cb1d4c89517c70541a849a SHA512 a071198b0483188685e97ed4feac991ca707cd2a3b9191cbe2166e445b60e7510691a531ed2955d8361175a2fc1dd3ff767f1405df45e635559eef8776c65b25 diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index 5671d588e..aaf01aa20 100644 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2022,2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="A multimedia file converter focused on simplicity" HOMEPAGE="https://robertsanseries.github.io/ciano/" -SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2+" SLOT="0" |