diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-03-06 03:36:37 +0100 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-03-06 03:37:15 +0100 |
commit | ecf0817437adeb663d10b9a24d75f2b1d881e540 (patch) | |
tree | 609821c56e4b95957da3b82423e18bbc495978c5 /media-video/ciano | |
parent | media-sound/helvum: fix ending newline (diff) | |
download | guru-ecf0817437adeb663d10b9a24d75f2b1d881e540.tar.gz guru-ecf0817437adeb663d10b9a24d75f2b1d881e540.tar.bz2 guru-ecf0817437adeb663d10b9a24d75f2b1d881e540.zip |
media-video/ciano: update EAPI 7 -> 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'media-video/ciano')
-rw-r--r-- | media-video/ciano/ciano-0.2.4-r1.ebuild (renamed from media-video/ciano/ciano-0.2.4.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index bdce508c7..48c4dd3d0 100644 --- a/media-video/ciano/ciano-0.2.4.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8,9} ) -inherit gnome2-utils meson python-any-r1 vala xdg + +inherit gnome2-utils meson python-any-r1 xdg DESCRIPTION="A multimedia file converter focused on simplicity" -HOMEPAGE="https://robertsanseries.github.io/ciano/" +HOMEPAGE="https://robertsanseries.github.io/ciano" SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" |