summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-31 12:11:29 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-31 12:11:29 +0100
commit94a7f6da17b367b5d3705ce535ff0fbe2ca00795 (patch)
tree759802007cdc46d9ac4c57c6f43bfd2f662ac996
parentnet-mail/checkpassword: [QA] Inherit flag-o-matic.eclass explicitly (diff)
downloadgentoo-94a7f6da.tar.gz
gentoo-94a7f6da.tar.bz2
gentoo-94a7f6da.zip
net-misc/astmanproxy: [QA] Inherit flag-o-matic.eclass explicitly
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-misc/astmanproxy/astmanproxy-1.28.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild b/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
index 73e1c6b42e1f..2fb64067a9ab 100644
--- a/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
+++ b/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit base multilib toolchain-funcs
+
+inherit base flag-o-matic multilib toolchain-funcs
DESCRIPTION="Proxy for the Asterisk manager interface"
HOMEPAGE="https://github.com/davies147/astmanproxy/"