commit:     0982f726c3d94b238149942129de87704c7c5f1a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 18:42:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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

Reply via email to