diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:29 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:46 +0200 |
commit | 4d82d035783bf5149f908441d26b92a7b15caacc (patch) | |
tree | 087e556f5dc4a2602713b82fabe4a1e40f0ea99f /dev-libs/gtx | |
parent | dev-libs/gmp: Fix toolong DESCRIPTION (diff) | |
download | gentoo-4d82d035783bf5149f908441d26b92a7b15caacc.tar.gz gentoo-4d82d035783bf5149f908441d26b92a7b15caacc.tar.bz2 gentoo-4d82d035783bf5149f908441d26b92a7b15caacc.zip |
dev-libs/gtx: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/gtx')
-rw-r--r-- | dev-libs/gtx/gtx-0.2.2.ebuild | 4 |
1 files 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 64e27b22c9e3..cee2d664b5c9 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" |