commit: d745a036875d5c4acc29f47aefd9c6253a09baad Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com> AuthorDate: Mon Feb 10 22:24:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 05:14:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d745a036
media-libs/amf-headers: minor style fixes Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/amf-headers/amf-headers-1.4.33.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-libs/amf-headers/amf-headers-1.4.33.ebuild b/media-libs/amf-headers/amf-headers-1.4.33.ebuild index 8f09702ba84b..af6e611697eb 100644 --- a/media-libs/amf-headers/amf-headers-1.4.33.ebuild +++ b/media-libs/amf-headers/amf-headers-1.4.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,11 +14,10 @@ fi DESCRIPTION="The Advanced Media Framework (AMF) SDK" HOMEPAGE="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" +S="${WORKDIR}/AMF-${PV}" + LICENSE="MIT" SLOT="0" -IUSE="" - -S="${WORKDIR}/AMF-${PV}" src_unpack() { default
