diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:44 +0100 |
commit | 3b6a989ce034c399762b17dbd396a93171251199 (patch) | |
tree | 620066aee7b0c8e31e8ae2408e7ff91e31879c9e /dev-libs/granite | |
parent | app-misc/pdfpc: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-3b6a989ce034c399762b17dbd396a93171251199.tar.gz gentoo-3b6a989ce034c399762b17dbd396a93171251199.tar.bz2 gentoo-3b6a989ce034c399762b17dbd396a93171251199.zip |
dev-libs/granite: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/granite')
-rw-r--r-- | dev-libs/granite/granite-6.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/granite/granite-6.2.0.ebuild b/dev-libs/granite/granite-6.2.0.ebuild index 4c5f740a8869..ea04f52fa625 100644 --- a/dev-libs/granite/granite-6.2.0.ebuild +++ b/dev-libs/granite/granite-6.2.0.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.40 BUILD_DIR="${WORKDIR}/${P}-build" inherit meson vala xdg |