diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 19:57:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:15:26 +0100 |
commit | bd9c55c107248aa5dc0fd0a95282cbb84c9d70bf (patch) | |
tree | cd056f35e9153d83ac2f2de0e374539c661fd318 /app-admin/cancd | |
parent | app-admin/aws-iam-tools: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-bd9c55c107248aa5dc0fd0a95282cbb84c9d70bf.tar.gz gentoo-bd9c55c107248aa5dc0fd0a95282cbb84c9d70bf.tar.bz2 gentoo-bd9c55c107248aa5dc0fd0a95282cbb84c9d70bf.zip |
app-admin/cancd: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-admin/cancd')
-rw-r--r-- | app-admin/cancd/cancd-0.1.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/cancd/cancd-0.1.0-r3.ebuild b/app-admin/cancd/cancd-0.1.0-r3.ebuild index dce28970573c..efc7a8550c85 100644 --- a/app-admin/cancd/cancd-0.1.0-r3.ebuild +++ b/app-admin/cancd/cancd-0.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit eutils -DESCRIPTION="the CA NetConsole Daemon, a daemon to receive output from the Linux netconsole driver" +DESCRIPTION="the CA NetConsole Daemon receives output from the Linux netconsole driver" HOMEPAGE="http://oss.oracle.com/projects/cancd/" SRC_URI="http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz" |