diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:00:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:15:29 +0100 |
commit | b0072ac08898352488195f1226ea80d7e648ee51 (patch) | |
tree | a5ca5ba837b063a58e3452b5b9a6aa9c730988b6 /app-admin/chrootuid | |
parent | app-admin/cancd: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-b0072ac08898352488195f1226ea80d7e648ee51.tar.gz gentoo-b0072ac08898352488195f1226ea80d7e648ee51.tar.bz2 gentoo-b0072ac08898352488195f1226ea80d7e648ee51.zip |
app-admin/chrootuid: 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/chrootuid')
-rw-r--r-- | app-admin/chrootuid/chrootuid-1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/chrootuid/chrootuid-1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild index 547465c5a6b6..d8c306ebc5e8 100644 --- a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild +++ b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P="${P/-/}" -DESCRIPTION="run a network service at low privilege level and with restricted file system access" +DESCRIPTION="Run a network service at low privilege level and restricted file system access" HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" diff --git a/app-admin/chrootuid/chrootuid-1.3.ebuild b/app-admin/chrootuid/chrootuid-1.3.ebuild index 634641170f1a..a6d186afe935 100644 --- a/app-admin/chrootuid/chrootuid-1.3.ebuild +++ b/app-admin/chrootuid/chrootuid-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P="${P/-/}" -DESCRIPTION="run a network service at low privilege level and with restricted file system access" +DESCRIPTION="Run a network service at low privilege level and restricted file system access" HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" |