diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:26 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:17:57 +0200 |
commit | b279bd02bfa4a54f749747fa1dacc2d8a0700e08 (patch) | |
tree | e019b981434d2c085605a7ecc2dd0633ec06fbf0 /dev-libs/cgilib | |
parent | dev-libs/bareos-fastlzlib: Fix toolong DESCRIPTION (diff) | |
download | gentoo-b279bd02bfa4a54f749747fa1dacc2d8a0700e08.tar.gz gentoo-b279bd02bfa4a54f749747fa1dacc2d8a0700e08.tar.bz2 gentoo-b279bd02bfa4a54f749747fa1dacc2d8a0700e08.zip |
dev-libs/cgilib: 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/cgilib')
-rw-r--r-- | dev-libs/cgilib/cgilib-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cgilib/cgilib-0.7.ebuild b/dev-libs/cgilib/cgilib-0.7.ebuild index b3c692980a11..12578b4f1442 100644 --- a/dev-libs/cgilib/cgilib-0.7.ebuild +++ b/dev-libs/cgilib/cgilib-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit autotools autotools-utils -DESCRIPTION="a simple and lightweight interface to the Common Gateway Interface (CGI) for C and C++ programs" +DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ programs" HOMEPAGE="http://www.infodrom.org/projects/cgilib/" SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz" |