diff options
author | 2022-02-24 19:12:27 +0000 | |
---|---|---|
committer | 2022-02-24 19:14:34 +0000 | |
commit | cceb79a51dd951143e0d3ec9d1ca1be158790637 (patch) | |
tree | 67eec104bc9ee6f891db632deb2477af145ddaea /mail-mta/notqmail/notqmail-1.08-r6.ebuild | |
parent | sys-apps/util-linux: stable 2.37.4 for hppa, bug #833367 (diff) | |
download | gentoo-cceb79a51dd951143e0d3ec9d1ca1be158790637.tar.gz gentoo-cceb79a51dd951143e0d3ec9d1ca1be158790637.tar.bz2 gentoo-cceb79a51dd951143e0d3ec9d1ca1be158790637.zip |
mail-mta/notqmail: sync live, conditionally inherit verify-sig for non-live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta/notqmail/notqmail-1.08-r6.ebuild')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r6.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r6.ebuild b/mail-mta/notqmail/notqmail-1.08-r6.ebuild index 2150b53a5175..f8fec34a0f00 100644 --- a/mail-mta/notqmail/notqmail-1.08-r6.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r6.ebuild @@ -13,12 +13,13 @@ QMAIL_BIGTODO_F=notqmail-1.08-big-todo.patch QMAIL_LARGE_DNS="qmail-103.patch" -inherit qmail systemd verify-sig +inherit qmail systemd if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/notqmail/notqmail.git" inherit git-r3 else + inherit verify-sig KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" SRC_URI=" https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz @@ -63,13 +64,13 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/notqmail.asc LICENSE="public-domain" SLOT="0" -IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl test vanilla verify-sig" +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" -BDEPEND=" - verify-sig? ( sec-keys/openpgp-keys-notqmail ) -" +if [[ ${PV} != 9999 ]] ; then + BDEPEND="verify-sig? ( sec-keys/openpgp-keys-notqmail )" +fi DEPEND=" net-dns/libidn2 net-mail/queue-repair |