app-misc/jail: Fix toolong.DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Fri, 17 Feb 2017 19:14:07 +0000 (21:14 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 18 Feb 2017 09:51:01 +0000 (10:51 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003

app-misc/jail/jail-2.0.ebuild

index 79b1b7181f8faaadb745f254c08cb29474a4697f..9031dd90e78f75452d7909942b4ce175d6327c4e 100644 (file)
@@ -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 eutils flag-o-matic
 
-DESCRIPTION="a tool that builds a chroot and configures all the required files, directories and libraries"
+DESCRIPTION="Builds a chroot and configures all the required files, directories and libraries"
 HOMEPAGE="https://github.com/spiculator/jail"
 SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"