diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2020-01-03 22:28:58 +0100 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2020-01-03 22:28:58 +0100 |
commit | f8a1d692b28c55a15276b9139fa414bb337c7215 (patch) | |
tree | 58cfcdb330494555ae0c43145eea95ce34bf57d1 /net-im/coturn | |
parent | package.deprecated: Deprecate dev-go/go-sqlite3 (diff) | |
download | gentoo-f8a1d692b28c55a15276b9139fa414bb337c7215.tar.gz gentoo-f8a1d692b28c55a15276b9139fa414bb337c7215.tar.bz2 gentoo-f8a1d692b28c55a15276b9139fa414bb337c7215.zip |
net-im/coturn: remove unused user eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Andreas Schuerch <nativemad@gentoo.org>
Diffstat (limited to 'net-im/coturn')
-rw-r--r-- | net-im/coturn/coturn-4.5.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-im/coturn/coturn-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/coturn/coturn-4.5.1.1.ebuild b/net-im/coturn/coturn-4.5.1.1.ebuild index 9978e2829844..4a1fd7499733 100644 --- a/net-im/coturn/coturn-4.5.1.1.ebuild +++ b/net-im/coturn/coturn-4.5.1.1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils user systemd tmpfiles +inherit eutils systemd tmpfiles DESCRIPTION="coturn TURN server project" -HOMEPAGE="https://github.com/${PN}/${PN}" +HOMEPAGE="https://github.com/coturn/coturn" if [ ${PV} = 9999 ]; then KEYWORDS="" diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index 9978e2829844..4a1fd7499733 100644 --- a/net-im/coturn/coturn-9999.ebuild +++ b/net-im/coturn/coturn-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils user systemd tmpfiles +inherit eutils systemd tmpfiles DESCRIPTION="coturn TURN server project" -HOMEPAGE="https://github.com/${PN}/${PN}" +HOMEPAGE="https://github.com/coturn/coturn" if [ ${PV} = 9999 ]; then KEYWORDS="" |