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/xfontsel | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.6.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index bf68c233286b..777bcfc9041d 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1,3 +1,3 @@ DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099 -EBUILD xfontsel-1.0.6.ebuild 400 BLAKE2B db63b64ceec5059813fe94106f0e27eb1688be5197459b48fee7bfa065daedc877654bb9544fde65a2ac6f24f83ea6f4fe7bf531c2308c1348c30707d5511371 SHA512 b74d8ba1561e7389c0d4ba63893613460c5d04318236435ffaaeea19e2c5d8a1a12d2bd3a00a90f8b46b4626dbb9e07cdffbf12b043390ffdbedab450f6c27b3 +EBUILD xfontsel-1.0.6.ebuild 394 BLAKE2B 356c14e9f455dbefaa43cc9c2ac999a05b1ac9e1ce599337175ba32ce371a741e8dbc8798ba88b332008a80e715e6e041781e3a3005cdf1c7ad28f92c1f16263 SHA512 54220873efcd3637ec3c40535809439dacd6571972fd806ad2fa7a0a58ffc02ce5c001b5a97ee0426dbc972f809e8670ad4d62427340bd1b1e20a08494ed1d2c MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild index d48b18533f97..74c543c2d071 100644 --- a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild +++ b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild @@ -1,16 +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="point and click selection of X11 font names" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="" -RDEPEND="x11-libs/libXaw +RDEPEND=" + x11-libs/libXaw x11-libs/libXmu x11-libs/libXt x11-libs/libX11" |