diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 21:14:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:51:01 +0100 |
commit | 0e659da569dccca0a9adabb886d985fd70cabdaa (patch) | |
tree | 6b6293e71ef86265594b9d325d141380a08e1c70 /app-misc/jail | |
parent | app-misc/g15composer: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-0e659da569dccca0a9adabb886d985fd70cabdaa.tar.gz gentoo-0e659da569dccca0a9adabb886d985fd70cabdaa.tar.bz2 gentoo-0e659da569dccca0a9adabb886d985fd70cabdaa.zip |
app-misc/jail: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-misc/jail')
-rw-r--r-- | app-misc/jail/jail-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jail/jail-2.0.ebuild b/app-misc/jail/jail-2.0.ebuild index 79b1b7181f8f..9031dd90e78f 100644 --- a/app-misc/jail/jail-2.0.ebuild +++ b/app-misc/jail/jail-2.0.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 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" |