diff options
author | David Seifert <soap@gentoo.org> | 2016-09-29 21:39:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-29 21:42:19 +0200 |
commit | b1b31ed73846dd59b9482eacfccabe5a47b18c8f (patch) | |
tree | b8318bad847a8f298a016e4cb020a3cdf32e783d /dev-cpp/commoncpp2 | |
parent | dev-cpp/commoncpp2: Allow for compiling with GCC 6 (diff) | |
download | gentoo-b1b31ed73846dd59b9482eacfccabe5a47b18c8f.tar.gz gentoo-b1b31ed73846dd59b9482eacfccabe5a47b18c8f.tar.bz2 gentoo-b1b31ed73846dd59b9482eacfccabe5a47b18c8f.zip |
dev-cpp/commoncpp2: Fix overlong DESCRIPTION
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild index 2703a09f1a3d..6289e38f3007 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit eutils autotools -DESCRIPTION="C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services" +DESCRIPTION="C++ library offering portable support for system-related services" SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" HOMEPAGE="https://www.gnu.org/software/commoncpp/" LICENSE="GPL-2" |