diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xedit | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r-- | x11-apps/xedit/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.2.2.ebuild | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index 7bbd95fafdc0..27ea888567bf 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1,3 +1,3 @@ DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d -EBUILD xedit-1.2.2.ebuild 329 BLAKE2B 0e4160a783af7c161a2a045e40cf45aa61acf807dee6bebe61961a061d3a5433b35930c9b45231d9ccc2946ecfc60cc87a51389a20c17412694e49fd77da7a5a SHA512 995e12b5330e4d01171776307561ab070eefdc4295e2dfa9df57878640100aea8805d6cc60bda9241b3c9a01622e76090d98f6a1aa9e85467464ef2d4e98d440 +EBUILD xedit-1.2.2.ebuild 324 BLAKE2B 0f3b2f9a67f5ea5e7ae95554ef70f6ebbe406b73f9d02075908c0017a5c8a0d781a1138edd38ae6dc23c4ed6e1032693d567d1c70db92d5be5928cddd9a27d1f SHA512 c4ad52e58106cfdde4b9a9c2565b6ce3d748efecb507882ed5c3acf7b188330f4372ebe10b7950b0a89e58f2ad86c56bd76d823e5b215c6374727b72ad407d93 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 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" |