summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:55 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:55 +0100
commit4a2fe387dfc5a974039b2eb140f701c783ceaccf (patch)
treef35fdc354aac1ee1d23721a02925951c1fd31735
parentnet-libs/ortp: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-4a2fe387dfc5a974039b2eb140f701c783ceaccf.tar.gz
gentoo-4a2fe387dfc5a974039b2eb140f701c783ceaccf.tar.bz2
gentoo-4a2fe387dfc5a974039b2eb140f701c783ceaccf.zip
net-mail/pfqueue: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-mail/pfqueue/pfqueue-0.5.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/pfqueue/pfqueue-0.5.6.ebuild b/net-mail/pfqueue/pfqueue-0.5.6.ebuild
index 806a93223697..4ba93f8746ba 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils toolchain-funcs
+inherit autotools eutils ltprune toolchain-funcs
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix queued messages"
HOMEPAGE="http://pfqueue.sourceforge.net/"