commit: de8474a74b391184128f061167b6c35c5ad8b28c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 26 00:16:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 26 00:19:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8474a7
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 <AT> gentoo.org> sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 4 ++-- 1 file 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"
