diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 20:42:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 20:42:18 +0200 |
commit | 0982f726c3d94b238149942129de87704c7c5f1a (patch) | |
tree | 2f328a3f6acbf2d8501f5c64b06123f85d6427fa /x11-misc/wdm | |
parent | dev-perl/Linux-Smaps: Drop 0.130.0, EAPI5-- (diff) | |
download | gentoo-0982f726c3d94b238149942129de87704c7c5f1a.tar.gz gentoo-0982f726c3d94b238149942129de87704c7c5f1a.tar.bz2 gentoo-0982f726c3d94b238149942129de87704c7c5f1a.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r-- | x11-misc/wdm/wdm-1.28-r7.ebuild | 14 |
1 files 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 d94c24004807..b543d0c3a3a2 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 |