diff options
-rw-r--r-- | sys-apps/gradm/gradm-3.1.201903191516.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/gradm/gradm-3.1.201903191516.ebuild b/sys-apps/gradm/gradm-3.1.201903191516.ebuild index b948990c0c83..e698befc681e 100644 --- a/sys-apps/gradm/gradm-3.1.201903191516.ebuild +++ b/sys-apps/gradm/gradm-3.1.201903191516.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ IUSE="pam" RDEPEND="" DEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex pam? ( sys-libs/pam )" S=${WORKDIR}/${PN} |