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 9327D139348 for ; Sat, 17 Jul 2021 14:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0879E0D69; Sat, 17 Jul 2021 14:09:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B76DE0D66 for ; Sat, 17 Jul 2021 14:09:17 +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 21844342B29 for ; Sat, 17 Jul 2021 14:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0C57DE for ; Sat, 17 Jul 2021 14:09:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1626530939.d1089f631de4645354ee056daf0785ee22e0320d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild X-VCS-Directories: media-plugins/vdr-remote/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d1089f631de4645354ee056daf0785ee22e0320d X-VCS-Branch: master Date: Sat, 17 Jul 2021 14:09:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfb0e458-34e9-4783-a362-78039d7b398e X-Archives-Hash: 88bf24a0ca865125d0e5268a59f44e66 commit: d1089f631de4645354ee056daf0785ee22e0320d Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jul 17 14:08:59 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jul 17 14:08:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1089f63 media-plugins/vdr-remote: Stabilize 0.7.0-r1 x86, #794253 Signed-off-by: Mikle Kolyada gentoo.org> media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild b/media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild index d130f6ad95e..8dab4f28306 100644 --- a/media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild +++ b/media-plugins/vdr-remote/vdr-remote-0.7.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="systemd" DEPEND=">=media-video/vdr-2.2.0"