Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/xvid4conf/
Date: Sun, 18 Jul 2021 03:50:13
Message-Id: 1626580188.882b443e29e39abfb9603cadec55f8d28e6617d1.sam@gentoo
1 commit: 882b443e29e39abfb9603cadec55f8d28e6617d1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 03:33:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 03:49:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882b443e
7
8 media-video/xvid4conf: update EAPI 6 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/xvid4conf/xvid4conf-1.12.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild
16 index 04e927f01a9..1abd32b45fc 100644
17 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild
18 +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 DESCRIPTION="GTK2-configuration dialog for xvid4"
28 HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/"
29 @@ -10,8 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
33 -IUSE=""
34
35 RDEPEND=">=x11-libs/gtk+-2.2.4:2"
36 -DEPEND="${RDEPEND}
37 - virtual/pkgconfig"
38 +DEPEND="${RDEPEND}"
39 +BDEPEND="virtual/pkgconfig"