summaryrefslogtreecommitdiff
path: root/x11-apps/transset
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/transset
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/transset')
-rw-r--r--x11-apps/transset/Manifest2
-rw-r--r--x11-apps/transset/transset-1.0.2.ebuild11
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index 8d1503efcc9a..3ec7defdc0cc 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1,3 +1,3 @@
DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874
-EBUILD transset-1.0.2.ebuild 300 BLAKE2B 7eae249f4b26b9f5b2971d18644e88e46eac674049e8361a8980c28a3fc1a1a11898ad72825ec3cd93fdd0b209c139ce3a7682a2232e7d3b8bc5908b0ba44b9d SHA512 834062a86b701b476e31a9fc26bc0c935914169d99b2c191ab820860e92752ec9374b416193b0ac00acbb0893e01836d89dea0d431a8abba813809716f7c3276
+EBUILD transset-1.0.2.ebuild 295 BLAKE2B 01e1b8316369030c86a8e9bacde8dfd7c2bc859a16ff14cef1d5a17796b756459f22fe6a2f737017dd86c8ac1864d579da18c2466dffbb30f4c858d011c355b9 SHA512 b77962e76e53f71fa95d381c525a97e4356f9464f009a733c4b21ee5b8f416b4f94db887f72f82abe3268545ddab04f23b475ea3b0fcb578455147e5b9507191
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
index e94154a3ff15..18372fbb4b41 100644
--- a/x11-apps/transset/transset-1.0.2.ebuild
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2019 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="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
x11-base/xorg-proto"