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 99C3A13835A for ; Fri, 14 May 2021 17:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21ECE08A8; Fri, 14 May 2021 17:57:59 +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 C8D0AE08A8 for ; Fri, 14 May 2021 17:57:59 +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 E738533BEC2 for ; Fri, 14 May 2021 17:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ED4C787 for ; Fri, 14 May 2021 17:57:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1621015036.1bb409b304a5fbfb1cb9db8ab95da940edbd0f3a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/oxine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/oxine/oxine-0.7.1-r2.ebuild media-video/oxine/oxine-0.7.1-r3.ebuild X-VCS-Directories: media-video/oxine/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1bb409b304a5fbfb1cb9db8ab95da940edbd0f3a X-VCS-Branch: master Date: Fri, 14 May 2021 17:57:56 +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: 67ca6bd3-08db-4e0d-9977-28f5fc245cb9 X-Archives-Hash: 23cbfaa0ace861f0dc92560c52c766cf commit: 1bb409b304a5fbfb1cb9db8ab95da940edbd0f3a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri May 14 17:57:16 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 14 17:57:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb409b3 media-video/oxine: depend on sys-apps/util-linux directly, sort, r3 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> media-video/oxine/{oxine-0.7.1-r2.ebuild => oxine-0.7.1-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/oxine/oxine-0.7.1-r2.ebuild b/media-video/oxine/oxine-0.7.1-r3.ebuild similarity index 96% rename from media-video/oxine/oxine-0.7.1-r2.ebuild rename to media-video/oxine/oxine-0.7.1-r3.ebuild index 1f5259e238f..877be6611ff 100644 --- a/media-video/oxine/oxine-0.7.1-r2.ebuild +++ b/media-video/oxine/oxine-0.7.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,7 @@ COMMON_DEPEND=" x11-libs/libX11 )" RDEPEND="${COMMON_DEPEND} - virtual/eject" + sys-apps/util-linux" DEPEND="${COMMON_DEPEND} virtual/pkgconfig"