diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-01 23:45:02 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-01 23:55:29 +0100 |
commit | 59b57ddf89269f019aae06ea42f9670c92adc5b3 (patch) | |
tree | e0a4c4244cc327619ce32b0a11bef7668baecc9e /media-libs/lib3ds | |
parent | media-libs/sdl-gfx: stable 2.0.26 for ppc64 (diff) | |
download | gentoo-59b57ddf89269f019aae06ea42f9670c92adc5b3.tar.gz gentoo-59b57ddf89269f019aae06ea42f9670c92adc5b3.tar.bz2 gentoo-59b57ddf89269f019aae06ea42f9670c92adc5b3.zip |
media-libs/lib3ds: stable 1.3.0-r2 for ppc64
stable wrt bug #745153
Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-libs/lib3ds')
-rw-r--r-- | media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild | 4 |
1 files changed, 2 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 a6db6a0139e8..408499e1039f 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ 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" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" IUSE="static-libs" BDEPEND="app-arch/unzip" |