diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:46 +0100 |
commit | 34628911dc870c30ca07ecfdb0d7266b3446bd9b (patch) | |
tree | a1cd44134e2eb32308ef91b0ee873d7c9be71552 /x11-apps | |
parent | x11-apps/xdbedizzy: Port to EAPI 7 (diff) | |
download | gentoo-34628911dc870c30ca07ecfdb0d7266b3446bd9b.tar.gz gentoo-34628911dc870c30ca07ecfdb0d7266b3446bd9b.tar.bz2 gentoo-34628911dc870c30ca07ecfdb0d7266b3446bd9b.zip |
x11-apps/xedit: 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/xedit/xedit-1.2.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-apps/xedit/xedit-1.2.2.ebuild b/x11-apps/xedit/xedit-1.2.2.ebuild index e837afbc9fb6..a91671b39076 100644 --- a/x11-apps/xedit/xedit-1.2.2.ebuild +++ b/x11-apps/xedit/xedit-1.2.2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="simple text editor for X" + KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ppc64 sparc x86" -IUSE="" -RDEPEND="x11-libs/libXaw +RDEPEND=" + x11-libs/libXaw x11-libs/libXt x11-libs/libXmu x11-libs/libX11" |