diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:16:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:48 +0000 |
commit | de8474a74b391184128f061167b6c35c5ad8b28c (patch) | |
tree | 00244da7ff09f0a0e741abdd713d1a86b1d116fb /sys-libs/obstack-standalone | |
parent | sys-libs/fortify-headers: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-de8474a74b391184128f061167b6c35c5ad8b28c.tar.gz gentoo-de8474a74b391184128f061167b6c35c5ad8b28c.tar.bz2 gentoo-de8474a74b391184128f061167b6c35c5ad8b28c.zip |
sys-libs/obstack-standalone: 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 'sys-libs/obstack-standalone')
-rw-r--r-- | sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild index 12d8cbc9eb24..e39d0b9acb48 100644 --- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild +++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -DESCRIPTION="A standalone library to implement GNU libc's obstack." +DESCRIPTION="A standalone library to implement GNU libc's obstack" HOMEPAGE="https://github.com/pullmoll/musl-obstack" SRC_URI="https://github.com/pullmoll/musl-obstack/archive/v${PV}.tar.gz -> ${P}.tar.gz" |