commit: 4d82d035783bf5149f908441d26b92a7b15caacc Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat May 6 17:14:29 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 6 22:18:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d82d035
dev-libs/gtx: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/gtx/gtx-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gtx/gtx-0.2.2.ebuild b/dev-libs/gtx/gtx-0.2.2.ebuild index 64e27b22c9e..cee2d664b5c 100644 --- a/dev-libs/gtx/gtx-0.2.2.ebuild +++ b/dev-libs/gtx/gtx-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=yes inherit autotools-utils -DESCRIPTION="Small collection of convenience functions intended to enhance the GLib testing framework" +DESCRIPTION="Small collection of functions intended to enhance the GLib testing framework" HOMEPAGE="https://launchpad.net/gtx" SRC_URI="https://launchpad.net/gtx/trunk/${PV}/+download/${P}.tar.gz"