From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 576E1138334 for ; Fri, 22 Nov 2019 11:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEEBE0899; Fri, 22 Nov 2019 11:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95371E0899 for ; Fri, 22 Nov 2019 11:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C102434D1EF for ; Fri, 22 Nov 2019 11:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78296744 for ; Fri, 22 Nov 2019 11:45:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1574423147.037248d4413f56e1e76d814e84301ec368a9c74a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpd/mpd-0.21.16-r1.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 037248d4413f56e1e76d814e84301ec368a9c74a X-VCS-Branch: master Date: Fri, 22 Nov 2019 11:45:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ef7d03e-e79f-4937-b75b-58711ce0227e X-Archives-Hash: 930d7484b60de631f3334dce167d8be1 commit: 037248d4413f56e1e76d814e84301ec368a9c74a Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 22 11:45:30 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 22 11:45:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037248d4 media-sound/mpd: Drop obsolete references Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> media-sound/mpd/mpd-0.21.16-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/mpd/mpd-0.21.16-r1.ebuild b/media-sound/mpd/mpd-0.21.16-r1.ebuild index e2533be2192..e3d021775eb 100644 --- a/media-sound/mpd/mpd-0.21.16-r1.ebuild +++ b/media-sound/mpd/mpd-0.21.16-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic linux-info meson systemd user xdg-utils +inherit flag-o-matic linux-info meson systemd xdg-utils DESCRIPTION="The Music Player Daemon (mpd)" HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD" @@ -119,8 +119,6 @@ PATCHES=( ) pkg_setup() { - enewuser mpd "" "" "/var/lib/mpd" audio - if use eventfd; then CONFIG_CHECK+=" ~EVENTFD" ERROR_EVENTFD="${P} requires eventfd in-kernel support."