diff options
author | 2023-03-09 08:42:35 +0200 | |
---|---|---|
committer | 2023-03-09 08:50:23 +0200 | |
commit | aa45c7ded59e120c92e2b7ca21860a583a44cf54 (patch) | |
tree | 5aa68259c8ff490b08ba196f3564d1d1a8847883 /sys-process/wait_on_pid | |
parent | sys-process/wait_on_pid: update EAPI 6 -> 8 (diff) | |
download | gentoo-aa45c7ded59e120c92e2b7ca21860a583a44cf54.tar.gz gentoo-aa45c7ded59e120c92e2b7ca21860a583a44cf54.tar.bz2 gentoo-aa45c7ded59e120c92e2b7ca21860a583a44cf54.zip |
sys-process/wait_on_pid: update DESCRIPTION
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r-- | sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild index 4422fb39223e..07d1a663ec02 100644 --- a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild +++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild @@ -5,17 +5,13 @@ EAPI="8" inherit toolchain-funcs -DESCRIPTION="small utility to wait for an arbitrary process to exit" +DESCRIPTION="Small utility to wait for an arbitrary process to exit" HOMEPAGE="https://dev.gentoo.org/~zzam/wait_on_pid/" SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~zzam/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" src_prepare() { default |