mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/lib3ds: tidy up variable order
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user