diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:05:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:17:30 +0000 |
commit | a38a41026e0b9c9adeea8b0326f76ef9a0135f81 (patch) | |
tree | 91f0852981e27ab6aac9ea5a420318e7ad50ce5c /app-arch | |
parent | app-admin/puppetserver: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-a38a41026e0b9c9adeea8b0326f76ef9a0135f81.tar.gz gentoo-a38a41026e0b9c9adeea8b0326f76ef9a0135f81.tar.bz2 gentoo-a38a41026e0b9c9adeea8b0326f76ef9a0135f81.zip |
app-arch/afio: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/afio/afio-2.5.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/afio/afio-2.5.1-r2.ebuild b/app-arch/afio/afio-2.5.1-r2.ebuild index ccc6b32585da..8b7b67f12a2f 100644 --- a/app-arch/afio/afio-2.5.1-r2.ebuild +++ b/app-arch/afio/afio-2.5.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="Afio creates cpio-format archives." +DESCRIPTION="Afio creates cpio-format archives" HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio" SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz" |