Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3ds/
Date: Thu, 01 Oct 2020 22:55:45
Message-Id: 1601592929.59b57ddf89269f019aae06ea42f9670c92adc5b3.slyfox@gentoo
1 commit: 59b57ddf89269f019aae06ea42f9670c92adc5b3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 22:45:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 22:55:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b57ddf
7
8 media-libs/lib3ds: stable 1.3.0-r2 for ppc64
9
10 stable wrt bug #745153
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild b/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild
20 index a6db6a0139e..408499e1039 100644
21 --- a/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild
22 +++ b/media-libs/lib3ds/lib3ds-1.3.0-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -8,7 +8,7 @@ HOMEPAGE="https://code.google.com/p/lib3ds/"
30 SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
31 LICENSE="LGPL-2.1+"
32 SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34 +KEYWORDS="~amd64 ~ppc ppc64 ~x86"
35 IUSE="static-libs"
36
37 BDEPEND="app-arch/unzip"