mail-client/heirloom-mailx: Fix variable order

Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
SigHunter 2024-09-09 14:43:21 +02:00
parent e1e237ef32
commit 91bcb6629b
No known key found for this signature in database
GPG Key ID: E6359D3AA1AA2397

View File

@ -3,10 +3,12 @@
EAPI=7 EAPI=7
LICENSE="BSD"
DESCRIPTION="The mailx utility from CentOS" DESCRIPTION="The mailx utility from CentOS"
HOMEPAGE="https://www.debian.org/" 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" 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" KEYWORDS="~amd64"
DEPEND="net-libs/liblockfile DEPEND="net-libs/liblockfile
@ -20,8 +22,6 @@ RDEPEND="${DEPEND}
!net-mail/mailutils !net-mail/mailutils
!mail-client/mailx" !mail-client/mailx"
SLOT="0"
src_prepare() { src_prepare() {
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch" eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
eapply_user eapply_user