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 B397713835B for ; Mon, 18 Jan 2021 09:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C68E0870; Mon, 18 Jan 2021 09:28:21 +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 8D553E0870 for ; Mon, 18 Jan 2021 09:28:21 +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 2FD6A340997 for ; Mon, 18 Jan 2021 09:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1FCA4A0 for ; Mon, 18 Jan 2021 09:28:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1610962057.39ce57e5f1f320fb33721efffaf9bd9d96593f6f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/poppassd_ceti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild X-VCS-Directories: net-mail/poppassd_ceti/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 39ce57e5f1f320fb33721efffaf9bd9d96593f6f X-VCS-Branch: master Date: Mon, 18 Jan 2021 09:28:18 +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: 90b58ee4-fa47-4a3d-b585-b21cd2671a30 X-Archives-Hash: 7d23f724d43038995926a0331a00b475 commit: 39ce57e5f1f320fb33721efffaf9bd9d96593f6f Author: Joonas Niilola gentoo org> AuthorDate: Mon Jan 18 09:17:43 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 18 09:27:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ce57e5 net-mail/poppassd_ceti: add missing test dep Signed-off-by: Joonas Niilola gentoo.org> net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild index 0d8585f2854..b83c13df464 100644 --- a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild +++ b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild @@ -10,7 +10,6 @@ inherit cmake pam readme.gentoo-r1 systemd # settled on "poppassd-ceti" (instead of "poppassd_ceti" or no suffix). MY_PN="poppassd-ceti" MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} DESCRIPTION="Password change daemon with PAM support" HOMEPAGE="https://github.com/kravietz/poppassd-ceti" @@ -19,9 +18,16 @@ SRC_URI="https://github.com/kravietz/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.t LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" -DEPEND="sys-libs/pam" -RDEPEND="${DEPEND}" +# Tests seem to hang. +RESTRICT="test" + +RDEPEND="sys-libs/pam" +DEPEND="${RDEPEND} + test? ( app-admin/sudo )" + +S="${WORKDIR}/${MY_P}" DISABLE_AUTOFORMATTING=1 DOC_CONTENTS="poppassd is installed, but has to be run as root to work.