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 644C41382C5 for ; Sun, 18 Apr 2021 18:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF26E07D8; Sun, 18 Apr 2021 18:42:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 94368E07D8 for ; Sun, 18 Apr 2021 18:42:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6070E340CB6 for ; Sun, 18 Apr 2021 18:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD097C3 for ; Sun, 18 Apr 2021 18:42:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618771338.0982f726c3d94b238149942129de87704c7c5f1a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wdm/wdm-1.28-r7.ebuild X-VCS-Directories: x11-misc/wdm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0982f726c3d94b238149942129de87704c7c5f1a X-VCS-Branch: master Date: Sun, 18 Apr 2021 18:42:44 +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: ca472e5c-87ff-47a4-a2f3-f427a5ebede7 X-Archives-Hash: 8bc0ffc32a48bc0c431cbf6b34d1bb85 commit: 0982f726c3d94b238149942129de87704c7c5f1a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 18 18:42:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 18 18:42:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0982f726 x11-misc/wdm: Fix EAPI-7 version bump (BDEPEND) Bug: https://bugs.gentoo.org/659652 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/wdm/wdm-1.28-r7.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild index d94c2400480..b543d0c3a3a 100644 --- a/x11-misc/wdm/wdm-1.28-r7.ebuild +++ b/x11-misc/wdm/wdm-1.28-r7.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools pam toolchain-funcs DESCRIPTION="WINGs Display Manager" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="pam selinux truetype" -COMMON_DEPEND=" +DEPEND=" >=x11-wm/windowmaker-0.70.0 x11-libs/libXmu x11-libs/libXpm @@ -21,15 +22,14 @@ COMMON_DEPEND=" pam? ( sys-libs/pam ) truetype? ( x11-libs/libXft ) " -DEPEND=" - ${COMMON_DEPEND} +RDEPEND="${DEPEND} + pam? ( >=sys-auth/pambase-20080219.1 ) +" +BDEPEND=" sys-devel/gettext virtual/pkgconfig " -RDEPEND=" - ${COMMON_DEPEND} - pam? ( >=sys-auth/pambase-20080219.1 ) -" + PATCHES=( "${FILESDIR}"/${P}-terminateServer.patch "${FILESDIR}"/${P}-remove-fakehome.patch