Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXvMC/
Date: Sun, 04 Jul 2021 19:05:59
Message-Id: 1625425548.bf5b393cb3ca49b035e8b5713a1dcadeba76896b.mattst88@gentoo
1 commit: bf5b393cb3ca49b035e8b5713a1dcadeba76896b
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 16:04:22 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 19:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5b393c
7
8 x11-libs/libXvMC: drop unused eselect-xvmc
9
10 Closes: https://bugs.gentoo.org/794595
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libXvMC/{libXvMC-1.0.12.ebuild => libXvMC-1.0.12-r1.ebuild} | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild b/x11-libs/libXvMC/libXvMC-1.0.12-r1.ebuild
18 similarity index 86%
19 rename from x11-libs/libXvMC/libXvMC-1.0.12.ebuild
20 rename to x11-libs/libXvMC/libXvMC-1.0.12-r1.ebuild
21 index 2ae1d36c514..33757667d0b 100644
22 --- a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild
23 +++ b/x11-libs/libXvMC/libXvMC-1.0.12-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -9,7 +9,6 @@ inherit xorg-3
31 DESCRIPTION="X.Org XvMC library"
32
33 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
34 -IUSE=""
35
36 RDEPEND="
37 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
38 @@ -18,4 +17,3 @@ RDEPEND="
39 !<x11-base/xorg-proto-2019.2"
40 DEPEND="${RDEPEND}
41 x11-base/xorg-proto"
42 -PDEPEND="app-eselect/eselect-xvmc"