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 5C931138335 for ; Tue, 7 May 2019 08:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C520E087C; Tue, 7 May 2019 08:46:30 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E693AE087C for ; Tue, 7 May 2019 08:46:29 +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 489C2343A24 for ; Tue, 7 May 2019 08:46:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FBB5D2 for ; Tue, 7 May 2019 08:46:26 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1557218744.49926eda579aefa7d6161fd98a716e21f7e75919.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvbpsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild X-VCS-Directories: media-libs/libdvbpsi/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 49926eda579aefa7d6161fd98a716e21f7e75919 X-VCS-Branch: master Date: Tue, 7 May 2019 08:46: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4622822-663d-4d41-b903-62c51ef2bfc6 X-Archives-Hash: 895bf9bed6caaa94c47635cbeac81e41 commit: 49926eda579aefa7d6161fd98a716e21f7e75919 Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 7 08:45:44 2019 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 7 08:45:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49926eda media-libs/libdvbpsi-1.3.2-r0: alpha stable Bug: http://bugs.gentoo.org/681472 Signed-off-by: Tobias Klausmann gentoo.org> media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild b/media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild index 24c92d757d5..9cd90e007d1 100644 --- a/media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild +++ b/media-libs/libdvbpsi/libdvbpsi-1.3.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" # Sublot == libdvbpsi.so major SLOT="0/10" -KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc static-libs" RDEPEND=""