From: Jonas Stein Date: Mon, 31 Jul 2017 22:43:29 +0000 (+0200) Subject: dev-libs/libstrl: Shorter DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=832da37a8ac870f408a179848736efc449335012;p=gentoo.git dev-libs/libstrl: Shorter DESCRIPTION --- diff --git a/dev-libs/libstrl/libstrl-0.5.1.ebuild b/dev-libs/libstrl/libstrl-0.5.1.ebuild index 3d21fc4d204f..2515eaba0880 100644 --- a/dev-libs/libstrl/libstrl-0.5.1.ebuild +++ b/dev-libs/libstrl/libstrl-0.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit autotools-utils multilib -DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline(), and asprintf()" +DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()" HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2"