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 E95B6138332 for ; Wed, 28 Sep 2016 21:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BABBE0879; Wed, 28 Sep 2016 21:41:29 +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 01E8EE0879 for ; Wed, 28 Sep 2016 21:41:28 +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 B326F3408F0 for ; Wed, 28 Sep 2016 21:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E722E24B1 for ; Wed, 28 Sep 2016 21:41:25 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1475098859.fb0a3f4648a76f79b7668d27be544bde7ce54979.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remoteosd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild X-VCS-Directories: media-plugins/vdr-remoteosd/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: fb0a3f4648a76f79b7668d27be544bde7ce54979 X-VCS-Branch: master Date: Wed, 28 Sep 2016 21:41:25 +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: 642a286d-8316-4ece-aa18-269ea5852895 X-Archives-Hash: 5d5ec8cf5b5d1a6a09218d462bcf668b commit: fb0a3f4648a76f79b7668d27be544bde7ce54979 Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Sep 28 21:36:45 2016 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Sep 28 21:40:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0a3f46 media-plugins/vdr-remoteosd: keyword ~arm, armv7a-hardfloat tested Package-Manager: portage-2.3.0 media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild index 5e742ad..d6770b2 100644 --- a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild +++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.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$ @@ -12,7 +12,7 @@ SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=">=media-video/vdr-2.0.0"