summaryrefslogtreecommitdiff
path: root/x11-apps/xvidtune
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xvidtune
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xvidtune')
-rw-r--r--x11-apps/xvidtune/Manifest2
-rw-r--r--x11-apps/xvidtune/xvidtune-1.0.3.ebuild14
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest
index e20b13453d90..2bf2ace07d8d 100644
--- a/x11-apps/xvidtune/Manifest
+++ b/x11-apps/xvidtune/Manifest
@@ -1,3 +1,3 @@
DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b SHA512 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352
-EBUILD xvidtune-1.0.3.ebuild 382 BLAKE2B b6ea8b42094c80bf606d01597490acff27cb42be97232bb731c5d1780da0a34b06ab729deba4c176c6508bf1ff898047a3f4899b515660e3022547a347a33bd1 SHA512 435f0523f1961be8a084bc368710a7aa876c6adaf676484e8b696ae79d8de29ce0264c1d33d726b00c29997c24f60405af74f117b169543455b890e3b11c9d67
+EBUILD xvidtune-1.0.3.ebuild 379 BLAKE2B e381912454278004a28d93865db1294f910bdf32d8c352cc578a9cfd9ee7e5f5d6dcddf09c9674707fa89b4a6560982973d562c8986ba27e6d10abfe0ae18cdf SHA512 cbd52a7ae5ad14bb5f096b92f8f0ffcf100e42953e9639ac5311e63cd1093464ecd321be5f4c06b8b4422eee57477eb141ab8166d83c8f9c422af2a9b9b12b1e
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild b/x11-apps/xvidtune/xvidtune-1.0.3.ebuild
index 3de262b8407d..0c03db335b35 100644
--- a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild
+++ b/x11-apps/xvidtune/xvidtune-1.0.3.ebuild
@@ -1,18 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xorg-2
+EAPI=7
+
+inherit xorg-3
DESCRIPTION="video mode tuner for Xorg"
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libXaw
+RDEPEND="
+ x11-libs/libXaw
x11-libs/libXmu
x11-libs/libX11
x11-libs/libXt
x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
x11-base/xorg-proto"