diff options
author | David Seifert <soap@gentoo.org> | 2020-10-31 12:11:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 12:11:29 +0100 |
commit | 94a7f6da17b367b5d3705ce535ff0fbe2ca00795 (patch) | |
tree | 759802007cdc46d9ac4c57c6f43bfd2f662ac996 /net-misc | |
parent | net-mail/checkpassword: [QA] Inherit flag-o-matic.eclass explicitly (diff) | |
download | gentoo-94a7f6da17b367b5d3705ce535ff0fbe2ca00795.tar.gz gentoo-94a7f6da17b367b5d3705ce535ff0fbe2ca00795.tar.bz2 gentoo-94a7f6da17b367b5d3705ce535ff0fbe2ca00795.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>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/astmanproxy/astmanproxy-1.28.2.ebuild | 5 |
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/" |