From 91bcb6629b2a205482d83a5f297ea6e1189db4a4 Mon Sep 17 00:00:00 2001 From: SigHunter Date: Mon, 9 Sep 2024 14:43:21 +0200 Subject: [PATCH] mail-client/heirloom-mailx: Fix variable order Signed-off-by: SigHunter --- mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild index e985cec..0f02d88 100644 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild @@ -3,10 +3,12 @@ EAPI=7 -LICENSE="BSD" DESCRIPTION="The mailx utility from CentOS" HOMEPAGE="https://www.debian.org/" SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz" + +LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64" DEPEND="net-libs/liblockfile @@ -20,8 +22,6 @@ RDEPEND="${DEPEND} !net-mail/mailutils !mail-client/mailx" -SLOT="0" - src_prepare() { eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch" eapply_user