summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-20 21:54:02 +0000
committerSam James <sam@gentoo.org>2022-03-20 21:55:01 +0000
commitd50180c617f86d2b3f6218b84252f8fd46a42e34 (patch)
tree90f1ade576c5d94f1a4453725cdeae43d1fa780b /media-libs/lib3ds
parentmedia-libs/lib3ds: always call eautoreconf (old libtool has clang bug) (diff)
downloadgentoo-d50180c617f86d2b3f6218b84252f8fd46a42e34.tar.gz
gentoo-d50180c617f86d2b3f6218b84252f8fd46a42e34.tar.bz2
gentoo-d50180c617f86d2b3f6218b84252f8fd46a42e34.zip
media-libs/lib3ds: tidy up variable order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/lib3ds')
-rw-r--r--media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild3
-rw-r--r--media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild3
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"