commit: 87fa5969b12144dec6579f5f25c321124978c8b9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 01:12:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 01:39:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fa5969
net-dialup/mgetty: fix VariableOrderWrong Signed-off-by: Sam James <sam <AT> gentoo.org> net-dialup/mgetty/mgetty-1.2.1-r4.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild b/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild index 5cc698ad9de0..0523f7290334 100644 --- a/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild +++ b/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild @@ -9,6 +9,11 @@ DESCRIPTION="A programm for sending and receiving fax and voice" HOMEPAGE="http://mgetty.greenie.net/" SRC_URI="http://mgetty.greenie.net/source/$(ver_cut 1-2)/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" +IUSE="+fax fidonet split-usr" + DEPEND=" dev-lang/perl sys-apps/groff @@ -16,7 +21,6 @@ DEPEND=" app-alternatives/awk fax? ( !net-misc/efax ) " - RDEPEND=" ${DEPEND} acct-group/fax @@ -27,11 +31,6 @@ RDEPEND=" ) " -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="+fax fidonet split-usr" - PATCHES=( "${FILESDIR}"/${PN}-1.1.36-callback.patch "${FILESDIR}"/${PN}-1.1.36-tmpfile.patch
