diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 11:07:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 11:10:59 +0000 |
commit | f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f (patch) | |
tree | 3acdebe3a1a9239ef2914cb04f47376ce696283c /net-analyzer/vnstat/vnstat-9999.ebuild | |
parent | net-analyzer/mtr: style changes (diff) | |
download | gentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.tar.gz gentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.tar.bz2 gentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.zip |
net-analyzer/vnstat: minor style changes for now
Just to be uniform in what I've changed/not so far.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/vnstat/vnstat-9999.ebuild')
-rw-r--r-- | net-analyzer/vnstat/vnstat-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild b/net-analyzer/vnstat/vnstat-9999.ebuild index 7299c18fe077..dd3a09ddf9ac 100644 --- a/net-analyzer/vnstat/vnstat-9999.ebuild +++ b/net-analyzer/vnstat/vnstat-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit git-r3 systemd user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" @@ -10,7 +11,6 @@ EGIT_REPO_URI="https://github.com/vergoh/vnstat" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="gd selinux test" RESTRICT="!test? ( test )" @@ -26,6 +26,7 @@ RDEPEND=" ${COMMON_DEPEND} selinux? ( sec-policy/selinux-vnstatd ) " + PATCHES=( "${FILESDIR}"/${PN}-2.2-conf.patch "${FILESDIR}"/${PN}-2.2-drop-root.patch |