Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/astmanproxy/
Date: Sat, 31 Oct 2020 11:12:04
Message-Id: 1604142689.94a7f6da17b367b5d3705ce535ff0fbe2ca00795.soap@gentoo
1 commit: 94a7f6da17b367b5d3705ce535ff0fbe2ca00795
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:29 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a7f6da
7
8 net-misc/astmanproxy: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-misc/astmanproxy/astmanproxy-1.28.2.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild b/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
17 index 73e1c6b42e1..2fb64067a9a 100644
18 --- a/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
19 +++ b/net-misc/astmanproxy/astmanproxy-1.28.2.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -inherit base multilib toolchain-funcs
27 +
28 +inherit base flag-o-matic multilib toolchain-funcs
29
30 DESCRIPTION="Proxy for the Asterisk manager interface"
31 HOMEPAGE="https://github.com/davies147/astmanproxy/"