diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 15:48:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 15:48:02 +0100 |
commit | 9192c0cfb0db0e1ddddf6b414649212c7c830547 (patch) | |
tree | a90f6b73c056610b23860ae9527bd5ced012040b /x11-misc/gpaste | |
parent | x11-libs/vte: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-9192c0cfb0db0e1ddddf6b414649212c7c830547.tar.gz gentoo-9192c0cfb0db0e1ddddf6b414649212c7c830547.tar.bz2 gentoo-9192c0cfb0db0e1ddddf6b414649212c7c830547.zip |
x11-misc/gpaste: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/gpaste')
-rw-r--r-- | x11-misc/gpaste/gpaste-3.42.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/gpaste/gpaste-3.42.5.ebuild b/x11-misc/gpaste/gpaste-3.42.5.ebuild index ab7970b32e46..f435b161cbe4 100644 --- a/x11-misc/gpaste/gpaste-3.42.5.ebuild +++ b/x11-misc/gpaste/gpaste-3.42.5.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VALA_MIN_API_VERSION="0.42" VALA_USE_DEPEND="vapigen" inherit meson vala gnome2-utils |