commit: 7b229afa26d4db83b8b201ff586a4e5df79491c9 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jun 22 19:56:30 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 20:00:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b229afa
sys-apps/edid-decode: fix qa EmptyGlobalAssignment Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild | 2 +- sys-apps/edid-decode/edid-decode-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild index e775c7987721..74934c4710dd 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild @@ -13,9 +13,9 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" LICENSE="MIT" SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" IUSE="examples" src_compile() { diff --git a/sys-apps/edid-decode/edid-decode-9999.ebuild b/sys-apps/edid-decode/edid-decode-9999.ebuild index a46948f8178a..0ef4a99857cd 100644 --- a/sys-apps/edid-decode/edid-decode-9999.ebuild +++ b/sys-apps/edid-decode/edid-decode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,6 @@ EGIT_REPO_URI="https://git.linuxtv.org/${PN}.git" DESCRIPTION="Decode EDID data in a human-readable format" HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" -KEYWORDS="" LICENSE="MIT" SLOT="0" IUSE="examples"
