diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-11 21:52:24 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-11 21:53:37 +0200 |
commit | 59c28f1097714e3d3d7b52756be3094ac6c2de1f (patch) | |
tree | b5c71690c0fb4e97dab8ee3c1f6a797533510501 /net-mail | |
parent | net-mail/mboxgrep: drop 0.7.9-r2 (diff) | |
download | gentoo-59c28f1097714e3d3d7b52756be3094ac6c2de1f.tar.gz gentoo-59c28f1097714e3d3d7b52756be3094ac6c2de1f.tar.bz2 gentoo-59c28f1097714e3d3d7b52756be3094ac6c2de1f.zip |
net-mail/mboxgrep: fix variable order
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild index 0c9276dd5bbf..76324164dbe6 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9-r3.ebuild @@ -5,11 +5,11 @@ EAPI=8 inherit autotools DESCRIPTION="Grep for mbox files" -SRC_URI="https://downloads.sourceforge.net/mboxgrep/${P}.tar.gz" HOMEPAGE="https://datatipp.se/mboxgrep/" +SRC_URI="https://downloads.sourceforge.net/mboxgrep/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="dmalloc" |