X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=sys-user%2Ftcpdump%2Ftcpdump-0.ebuild;h=9b49db07809abe8e68c8a7e6dfb0f12b2c9a51ee;hp=b812dabd615b9083006040acd4fbbd52bcae665b;hb=0ac58e53a79a451d36e8c4f39c54a58c7ccee117;hpb=3074671554cc06fb25869991abca1b7e26adc45a diff --git a/sys-user/tcpdump/tcpdump-0.ebuild b/sys-user/tcpdump/tcpdump-0.ebuild index b812dab..9b49db0 100644 --- a/sys-user/tcpdump/tcpdump-0.ebuild +++ b/sys-user/tcpdump/tcpdump-0.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 -inherit sys-user +SYS_USER_UID=103 +SYS_USER_UID_IMPORTANT=true -DESCRIPTION="The tcpdump system user" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="" +# This "new version" of the tcpdump user has a non-default +# shell. The existing user should be modified to have the +# new shell value upon upgrading. +SYS_USER_SHELL=/bin/sh -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" +inherit sys-user -DEPEND="" -RDEPEND="${DEPEND}" +KEYWORDS="~amd64 ~x86"