mail-client/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-08 04:12:54 +02:00
committed by Julien Roy
parent 585ae6c3be
commit 00a45a3c47
2 changed files with 5 additions and 5 deletions

View File

@@ -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
@@ -22,8 +24,6 @@ RDEPEND="${DEPEND}
!net-mail/mailutils
!mail-client/mailx"
SLOT="0"
src_prepare() {
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
eapply -p1 "${FILESDIR}/${PN}-${PVR}-enable-ldflags.patch"

View File

@@ -9,12 +9,12 @@ DESCRIPTION="Beta Client for Proton Mail"
HOMEPAGE="https://proton.me/mail"
SRC_URI="https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm -> ${P}.rpm"
S="${WORKDIR}"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
QA_PREBUILT="opt/lib/.*"
src_install() {