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 BE82D138330 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 0AE20E0888; 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 E19E3E085C for ; Wed, 28 Sep 2016 21:41:28 +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 9CB0A3408DD 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 05A2724B2 for ; Wed, 28 Sep 2016 21:41:26 +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: <1475098862.e98f3de7d9965aa8ad9ddddd1acffbb6ec9dc279.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-svdrpservice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild X-VCS-Directories: media-plugins/vdr-svdrpservice/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: e98f3de7d9965aa8ad9ddddd1acffbb6ec9dc279 X-VCS-Branch: master Date: Wed, 28 Sep 2016 21:41:26 +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: 78bfbef4-78c1-47f8-95fd-f18e52f7a095 X-Archives-Hash: c9701f336203d50860486c3e73295591 commit: e98f3de7d9965aa8ad9ddddd1acffbb6ec9dc279 Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Sep 28 21:37:26 2016 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Sep 28 21:41:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98f3de7 media-plugins/vdr-svdrpservice: keyword ~arm, armv7a-hardfloat tested Package-Manager: portage-2.3.0 media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild b/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild index ffd3870..1307d17 100644 --- a/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild +++ b/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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/svdrpservice/${P}.tgz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=">=media-video/vdr-2.0.0"