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/xlsfonts | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xlsfonts')
-rw-r--r-- | x11-apps/xlsfonts/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest index b238ff0d9280..2289b4d0ed44 100644 --- a/x11-apps/xlsfonts/Manifest +++ b/x11-apps/xlsfonts/Manifest @@ -1,3 +1,3 @@ DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328 SHA512 052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0 -EBUILD xlsfonts-1.0.6.ebuild 349 BLAKE2B 9b7ad77ebe8b1da276db7b11348cfaf831da4cfc8925bbe62730362286b8247b3525262e61b331d83ecf8e93cc19a8533b326d61d7fe5f86d35830207fbb8a01 SHA512 760e485d5e2d02b3e624e77fefecfca1556b78e0f194cbd7e9e9e6318a291e56e1333b403d17fe7ece2b9a3839aa676cae5dbf614b5288fa9043d1fb509cf59f +EBUILD xlsfonts-1.0.6.ebuild 342 BLAKE2B 20701c1afe250fcdcfe2297991a1c4ea84c7b202c916e52a2927332dadd2223ea975bb62be0f1646cb6824bddc20d4fdde64e19cf49a195350b2d58e7fbdd8a2 SHA512 9aec01d9e19dce9618e1a50e6d7aefc80d25438e9f5cc1a7a50e6c1f4f9cd3205e6a035b46608ed88379ed12bc64527092536d3c16a70dcce56ac77fb3c53354 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild index 8ae47d4ad07c..32365ce3cf15 100644 --- a/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild +++ b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild @@ -1,13 +1,13 @@ -# 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="X.Org xlsfonts application" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" + RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |