diff options
author | Sam James <sam@gentoo.org> | 2022-03-27 02:33:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-27 02:33:36 +0100 |
commit | d34c7332b61487eaf07b76f0302d27ad000cec9d (patch) | |
tree | c72b03267aaeeb1962d5cd0e9f445ca09980109b /sys-apps/hwloc | |
parent | sys-apps/hwloc: drop now-no-op USE=gl (diff) | |
download | gentoo-d34c7332b61487eaf07b76f0302d27ad000cec9d.tar.gz gentoo-d34c7332b61487eaf07b76f0302d27ad000cec9d.tar.bz2 gentoo-d34c7332b61487eaf07b76f0302d27ad000cec9d.zip |
sys-apps/hwloc: capitalise DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.13.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-2.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-2.6.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-2.7.1-r1.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild index e6046bb1b546..435ec3acffa0 100644 --- a/sys-apps/hwloc/hwloc-1.11.13.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools cuda flag-o-matic multilib-minimal toolchain-funcs MY_PV=v$(ver_cut 1-2) -DESCRIPTION="displays the hardware topology in convenient formats" +DESCRIPTION="Displays the hardware topology in convenient formats" HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" diff --git a/sys-apps/hwloc/hwloc-2.5.0.ebuild b/sys-apps/hwloc/hwloc-2.5.0.ebuild index a62d172fdecd..763685d9bf37 100644 --- a/sys-apps/hwloc/hwloc-2.5.0.ebuild +++ b/sys-apps/hwloc/hwloc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs m MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="displays the hardware topology in convenient formats" +DESCRIPTION="Displays the hardware topology in convenient formats" HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" diff --git a/sys-apps/hwloc/hwloc-2.6.0.ebuild b/sys-apps/hwloc/hwloc-2.6.0.ebuild index b35442059218..8e0985a990dc 100644 --- a/sys-apps/hwloc/hwloc-2.6.0.ebuild +++ b/sys-apps/hwloc/hwloc-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs m MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="displays the hardware topology in convenient formats" +DESCRIPTION="Displays the hardware topology in convenient formats" HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" diff --git a/sys-apps/hwloc/hwloc-2.7.1-r1.ebuild b/sys-apps/hwloc/hwloc-2.7.1-r1.ebuild index 31d754e4390d..cbdf2d374fb6 100644 --- a/sys-apps/hwloc/hwloc-2.7.1-r1.ebuild +++ b/sys-apps/hwloc/hwloc-2.7.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs multilib-minimal MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="displays the hardware topology in convenient formats" +DESCRIPTION="Displays the hardware topology in convenient formats" HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" |