commit: d50180c617f86d2b3f6218b84252f8fd46a42e34 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 20 21:54:02 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 20 21:55:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50180c6
media-libs/lib3ds: tidy up variable order Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild | 3 ++- media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild b/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild index d5158e9289e8..a2a9fdb2ba6c 100644 --- a/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild +++ b/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,6 +8,7 @@ inherit autotools DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files" HOMEPAGE="https://code.google.com/p/lib3ds/" SRC_URI="https://${PN}.googlecode.com/files/${P}.zip" + LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" diff --git a/media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild b/media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild index 653a994cfb71..54f706d22467 100644 --- a/media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild +++ b/media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files" HOMEPAGE="https://code.google.com/p/lib3ds/" SRC_URI="https://lib3ds.googlecode.com/files/${MY_P}.zip" + LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
