Skip to content

Commit

Permalink
app-admin/tmpwatch: Fix toolong.DESCRIPTION
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#3996
  • Loading branch information
Moiman authored and SoapGentoo committed Feb 17, 2017
1 parent 0b5923d commit 68b5935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions app-admin/tmpwatch/tmpwatch-2.11.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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"

Expand Down

0 comments on commit 68b5935

Please sign in to comment.