diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-03-03 14:20:11 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-03-03 14:20:46 +0000 |
commit | dee7747e15a4982254f3042f631c83d03b01c5c6 (patch) | |
tree | fb04a9db50827ea351d4cf56e71e253ea94bae2a /media-libs | |
parent | dev-python/stripe: Remove old (diff) | |
download | gentoo-dee7747e15a4982254f3042f631c83d03b01c5c6.tar.gz gentoo-dee7747e15a4982254f3042f631c83d03b01c5c6.tar.bz2 gentoo-dee7747e15a4982254f3042f631c83d03b01c5c6.zip |
media-libs/libdisplay-info: Correct description
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild index fed0aff9333a..4d86d742c195 100644 --- a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit meson python-any-r1 -DESCRIPTION="Simple framework for writing Vulkan layers" +DESCRIPTION="EDID and DisplayID library" HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" |