summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:52:24 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:53:37 +0200
commit59c28f1097714e3d3d7b52756be3094ac6c2de1f (patch)
treeb5c71690c0fb4e97dab8ee3c1f6a797533510501 /net-mail
parentnet-mail/mboxgrep: drop 0.7.9-r2 (diff)
downloadgentoo-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.ebuild4
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"