Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/
Date: Fri, 28 Oct 2016 04:54:08
Message-Id: 1477630429.f0a607e14257f622ef9dabe8eb59e8794bb11629.maekke@gentoo
1 commit: f0a607e14257f622ef9dabe8eb59e8794bb11629
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 04:53:49 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 04:53:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a607e1
7
8 media-libs/libcaca: arm stable, bug #596660
9
10 Package-Manager: portage-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
17 index a212ae2..27aec2c 100644
18 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild
19 +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -16,7 +16,7 @@ SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz"
27
28 LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2"
29 SLOT="0"
30 -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
31 +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
32 IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X"
33 REQUIRED_USE="
34 python? ( ${PYTHON_REQUIRED_USE} )