summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:48:09 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:53:34 +0200
commit78e2323b6bc34995e7561ebe575636730cfc9a99 (patch)
treeb9f82142ef4e2cb387eeba3d9f1468965543012e /net-mail
parentnet-mail/qmail-autoresponder: drop 0.97-r3 (diff)
downloadgentoo-78e2323b6bc34995e7561ebe575636730cfc9a99.tar.gz
gentoo-78e2323b6bc34995e7561ebe575636730cfc9a99.tar.bz2
gentoo-78e2323b6bc34995e7561ebe575636730cfc9a99.zip
net-mail/qmail-autoresponder: fix variable order
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-2.0-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-2.0-r1.ebuild
index 24c065bf55fd..0bc660b8b6c3 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-2.0-r1.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,8 @@ DESCRIPTION="Rate-limited autoresponder for qmail"
HOMEPAGE="https://untroubled.org/qmail-autoresponder/"
SRC_URI="https://untroubled.org/qmail-autoresponder/archive/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
IUSE="mysql"