summaryrefslogtreecommitdiff
path: root/x11-apps/xload
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xload
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xload')
-rw-r--r--x11-apps/xload/Manifest2
-rw-r--r--x11-apps/xload/xload-1.1.3.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index 39239849a791..76e2b8eb2d9a 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1,3 +1,3 @@
DIST xload-1.1.3.tar.bz2 140327 BLAKE2B e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46 SHA512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5
-EBUILD xload-1.1.3.ebuild 381 BLAKE2B 484b989b923ff6cd1bed8cdfff0ed08b3863ba19a8e08adf4d249c51c4105372b28b01e9ffe5cad51187bcf25b26b3f38bcd63d23b94c48d07c2ca8f7d14bb97 SHA512 137a57fc380e8358e62d5dd162e40e2b2d14b8af58ba610a8b35bc1154bda3cf22a2ea2e9f75d0d8a3e5a9f22b890c12bc9a414ac33822b072acfaa98d28a98e
+EBUILD xload-1.1.3.ebuild 384 BLAKE2B d36bdd5aaf07e86d70ae188b45fbeaebb58c1785e1ad978cee3be2a7827d3131fa9b2200b1f3982895133a2fc62e80c99cfbaaabeca68d2cdeaa3c59f5910203 SHA512 038afcdd217fc5171b3de167631f0024097f5379a3986ec1e46184310ba9a5fdf75f2fa34137360654e4d384384d494f3eaa4da8270e4e2956a61a7790f7bfcc
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xload/xload-1.1.3.ebuild b/x11-apps/xload/xload-1.1.3.ebuild
index 942bfa2921ad..71c7c8fcbdd8 100644
--- a/x11-apps/xload/xload-1.1.3.ebuild
+++ b/x11-apps/xload/xload-1.1.3.ebuild
@@ -1,18 +1,18 @@
-# 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="system load average display for X"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libXaw
+RDEPEND="
+ x11-libs/libXaw
x11-libs/libXmu
x11-libs/libXt
x11-libs/libX11"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"