From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3672F13947D for ; Fri, 28 Oct 2016 04:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F20CE0B70; Fri, 28 Oct 2016 04:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77FA3E0B70 for ; Fri, 28 Oct 2016 04:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F7E03415FA for ; Fri, 28 Oct 2016 04:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 404FB248E for ; Fri, 28 Oct 2016 04:54:04 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1477630429.f0a607e14257f622ef9dabe8eb59e8794bb11629.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: f0a607e14257f622ef9dabe8eb59e8794bb11629 X-VCS-Branch: master Date: Fri, 28 Oct 2016 04:54:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08e94f6e-2af5-4bab-b3ed-97996a5f8b21 X-Archives-Hash: dd4b1649d4acd2c03c754c42783517a9 commit: f0a607e14257f622ef9dabe8eb59e8794bb11629 Author: Markus Meier gentoo org> AuthorDate: Fri Oct 28 04:53:49 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Oct 28 04:53:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a607e1 media-libs/libcaca: arm stable, bug #596660 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/libcaca/libcaca-0.99_beta19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild index a212ae2..27aec2c 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )