From: Harri Nieminen Date: Thu, 16 Feb 2017 18:12:48 +0000 (+0200) Subject: app-admin/tmpwatch: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=68b59357e6ce04ab00509aab68c10f1a1d0d7979;p=gentoo.git app-admin/tmpwatch: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 --- diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild index e1e9eaddad6e..215c9062fb93 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs eutils -DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" +DESCRIPTION="Files which haven't been accessed are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 64b9f553c4a5..763689d53ed3 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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 toolchain-funcs -DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" +DESCRIPTION="Files which haven't been accessed are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"