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 84E28139085 for ; Mon, 26 Dec 2016 12:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E2CEE0B56; Mon, 26 Dec 2016 12:46:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5E413E0B56 for ; Mon, 26 Dec 2016 12:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A410D340FC1 for ; Mon, 26 Dec 2016 12:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4960924E6 for ; Mon, 26 Dec 2016 12:46:56 +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: <1482756403.26fbb4be20f72d9dab7b182a9cf28157a63f84a4.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/babl/babl-0.1.18.ebuild X-VCS-Directories: media-libs/babl/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 26fbb4be20f72d9dab7b182a9cf28157a63f84a4 X-VCS-Branch: master Date: Mon, 26 Dec 2016 12:46:56 +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: 11767c0a-47fe-48a0-b872-4a20fe523f65 X-Archives-Hash: 940bd6de501383ea92834d2b33fcbec2 commit: 26fbb4be20f72d9dab7b182a9cf28157a63f84a4 Author: Markus Meier gentoo org> AuthorDate: Mon Dec 26 12:46:43 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Dec 26 12:46:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fbb4be media-libs/babl: arm stable, bug #591618 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" media-libs/babl/babl-0.1.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/babl/babl-0.1.18.ebuild b/media-libs/babl/babl-0.1.18.ebuild index ee99680..5afd1a7 100644 --- a/media-libs/babl/babl-0.1.18.ebuild +++ b/media-libs/babl/babl-0.1.18.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" - KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A dynamic, any to any, pixel format conversion library"