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 E9E52139335 for ; Mon, 28 Jun 2021 08:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B9AFE08BD; Mon, 28 Jun 2021 08:38:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F4004E08A8 for ; Mon, 28 Jun 2021 08:38:51 +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 BD72433FA71 for ; Mon, 28 Jun 2021 08:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1667D7BB for ; Mon, 28 Jun 2021 08:38:49 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1624869513.e7ebbf0b2677b8e5b5a0618e120eedb3c04a42b1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tg_owt/tg_owt-0_pre20210626.ebuild X-VCS-Directories: media-libs/tg_owt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e7ebbf0b2677b8e5b5a0618e120eedb3c04a42b1 X-VCS-Branch: master Date: Mon, 28 Jun 2021 08:38:49 +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: 7e7ed3ac-43f6-4209-a9d6-ee62251d8fde X-Archives-Hash: f7de51bb164b477650e7c5f5ccb87e9f commit: e7ebbf0b2677b8e5b5a0618e120eedb3c04a42b1 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jun 28 05:30:55 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jun 28 08:38:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ebbf0b media-libs/tg_owt: auto-determine subslot value Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/tg_owt/tg_owt-0_pre20210626.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild b/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild index 443dc1f7f79..bb09043f4c2 100644 --- a/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild +++ b/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${TG_OWT_COMMIT}" # Fetch libyuv archive from: https://chromium.googlesource.com/libyuv/libyuv/+archive/${LIBYUV_COMMIT}.tar.gz LICENSE="BSD" -SLOT="0/20210626" +SLOT="0/${PV##*pre}" KEYWORDS="~amd64 ~ppc64" IUSE="+alsa pulseaudio screencast +X" REQUIRED_USE="pulseaudio? ( alsa )"