diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-20 17:49:39 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-23 02:27:46 +0100 |
commit | 3067bce510307fad38ae92133fce7a94546e57b5 (patch) | |
tree | 0573f8f04f37f1f39be81e6dd6a1f11fa604414f /app-admin | |
parent | sci-geosciences/josm-bin: drop old (diff) | |
download | gentoo-3067bce510307fad38ae92133fce7a94546e57b5.tar.gz gentoo-3067bce510307fad38ae92133fce7a94546e57b5.tar.bz2 gentoo-3067bce510307fad38ae92133fce7a94546e57b5.zip |
app-admin/ryzen_monitor: remove whitespace in DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25131
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild b/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild index f7b5d30fab96..3e0570fd4532 100644 --- a/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild +++ b/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit toolchain-funcs SRC_URI="https://github.com/hattedsquirrel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" -DESCRIPTION="Monitor power information of Ryzen processors via the PM table of the SMU " +DESCRIPTION="Monitor power information of Ryzen processors via the PM table of the SMU" HOMEPAGE="https://github.com/hattedsquirrel/ryzen_monitor" SLOT="0" |