commit: 170ac0f9f39ef299fc1d4ba4af0b53481120681b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 15:47:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:48:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170ac0f9
net-mail/qmailadmin: sort inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
index f5949b52f56..a71c6727a32 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-inherit qmail webapp autotools
+WEBAPP_MANUAL_SLOT="yes"
+inherit autotools qmail webapp
MY_P=${P/_rc/-rc}
@@ -13,18 +14,18 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="amd64 arm ~hppa ~ia64 ppc s390 sparc x86"
IUSE="maildrop"
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
RESTRICT="userpriv"
-RDEPEND="virtual/qmail
- >=net-mail/vpopmail-5.4.33
+RDEPEND="
net-mail/autorespond
+ >=net-mail/vpopmail-5.4.33
+ virtual/qmail
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
-DEPEND=${RDEPEND}
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}