From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-951168-garchives=archives.gentoo.org@lists.gentoo.org> 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 B9F6F139694 for <garchives@archives.gentoo.org>; Sat, 20 May 2017 23:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29908E0EDC; Sat, 20 May 2017 23:46:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03BB4E0EDC for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2017 23:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF3313416D9 for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2017 23:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B48745F for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2017 23:46:17 +0000 (UTC) From: "Michael Weber" <xmw@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" <xmw@gentoo.org> Message-ID: <1495323966.c41c03299a084b6f762a0e3cc6f0433d8e4f7ca2.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgpod/libgpod-0.8.3-r2.ebuild X-VCS-Directories: media-libs/libgpod/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c41c03299a084b6f762a0e3cc6f0433d8e4f7ca2 X-VCS-Branch: master Date: Sat, 20 May 2017 23:46:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e4ccc82-48fe-4528-be71-e23dd425a268 X-Archives-Hash: 71b4cb3536bb73f3cb520e1db7a03407 commit: c41c03299a084b6f762a0e3cc6f0433d8e4f7ca2 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sat May 20 23:44:04 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat May 20 23:46:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41c0329 media-libs/libgpod: ppc stable (bug 617114). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild index 6a925289d3e..bbaec2d1a29 100644 --- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ppc x86" IUSE="+gtk python +udev ios mono static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"