diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:37 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:37 +0100 |
commit | 6796f84f273c04d2b7d72105c296b50d426daf61 (patch) | |
tree | 60149554da3e8317da95eee2e608ee4df35c6778 /x11-apps | |
parent | x11-apps/showfont: Port to EAPI 7 (diff) | |
download | gentoo-6796f84f273c04d2b7d72105c296b50d426daf61.tar.gz gentoo-6796f84f273c04d2b7d72105c296b50d426daf61.tar.bz2 gentoo-6796f84f273c04d2b7d72105c296b50d426daf61.zip |
x11-apps/transset: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/transset/transset-1.0.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
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" |