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 80C9C1382C5 for ; Sat, 1 May 2021 18:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C99E0D9D; Sat, 1 May 2021 18:27:04 +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 C1C8FE0D9D for ; Sat, 1 May 2021 18:27:04 +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 CE022335D26 for ; Sat, 1 May 2021 18:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81FEF729 for ; Sat, 1 May 2021 18:27:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619893614.5bbe4edca778d0be172a2ab671a22309deab1d71.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmatroska/libmatroska-1.6.3.ebuild X-VCS-Directories: media-libs/libmatroska/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bbe4edca778d0be172a2ab671a22309deab1d71 X-VCS-Branch: master Date: Sat, 1 May 2021 18:27:02 +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: dc7a2590-4c8c-4e59-abd1-3df7aeaa7aa8 X-Archives-Hash: 880df94a6ddded28a5d5435ab4526def commit: 5bbe4edca778d0be172a2ab671a22309deab1d71 Author: Sam James gentoo org> AuthorDate: Sat May 1 18:26:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 1 18:26:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbe4edc media-libs/libmatroska: fix lower bound on libebml Closes: https://bugs.gentoo.org/787479 Signed-off-by: Sam James gentoo.org> media-libs/libmatroska/libmatroska-1.6.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/libmatroska/libmatroska-1.6.3.ebuild b/media-libs/libmatroska/libmatroska-1.6.3.ebuild index 8db09a78911..bc20ca16577 100644 --- a/media-libs/libmatroska/libmatroska-1.6.3.ebuild +++ b/media-libs/libmatroska/libmatroska-1.6.3.ebuild @@ -12,9 +12,8 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/7" # subslot = soname major version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" -IUSE="" -RDEPEND=">=dev-libs/libebml-1.4.0:=" +RDEPEND=">=dev-libs/libebml-1.4.2:=" DEPEND="${RDEPEND}" src_configure() {