diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:54 +0100 |
commit | d417f31cec9028e4e5ed58e483dc4777b3c7a06e (patch) | |
tree | aaef5bab392bf52ec68cdf08fd8f7ceac64a6a6c /media-gfx/gimp | |
parent | gui-libs/libadwaita: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-d417f31cec9028e4e5ed58e483dc4777b3c7a06e.tar.gz gentoo-d417f31cec9028e4e5ed58e483dc4777b3c7a06e.tar.bz2 gentoo-d417f31cec9028e4e5ed58e483dc4777b3c7a06e.zip |
media-gfx/gimp: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-2.99.12-r3.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.99.14-r1.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/media-gfx/gimp/gimp-2.99.12-r3.ebuild b/media-gfx/gimp/gimp-2.99.12-r3.ebuild index 2de1051c39f1..9b5bf74eb137 100644 --- a/media-gfx/gimp/gimp-2.99.12-r3.ebuild +++ b/media-gfx/gimp/gimp-2.99.12-r3.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( luajit ) PYTHON_COMPAT=( python3_{8..11} ) -VALA_MIN_API_VERSION="0.50" VALA_USE_DEPEND=vapigen inherit lua-single meson python-single-r1 vala xdg diff --git a/media-gfx/gimp/gimp-2.99.14-r1.ebuild b/media-gfx/gimp/gimp-2.99.14-r1.ebuild index 13ab771c615b..2a2561b41b23 100644 --- a/media-gfx/gimp/gimp-2.99.14-r1.ebuild +++ b/media-gfx/gimp/gimp-2.99.14-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( luajit ) PYTHON_COMPAT=( python3_{8..11} ) -VALA_MIN_API_VERSION="0.50" VALA_USE_DEPEND=vapigen inherit lua-single meson python-single-r1 vala xdg diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index a8d3ec016726..9c6844b6ae73 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( luajit ) PYTHON_COMPAT=( python3_{8..11} ) -VALA_MIN_API_VERSION="0.50" VALA_USE_DEPEND=vapigen inherit git-r3 lua-single meson python-single-r1 vala xdg |