summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:37:34 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:37:34 +0100
commitc1068c6f2c1268cc2e087d8b6c092869f5f8fa21 (patch)
treebf5350777bca30e64c1f4de6c8afaa35c04c9072 /net-misc/lambdamoo
parentnet-misc/efax: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-c1068c6f2c1268cc2e087d8b6c092869f5f8fa21.tar.gz
gentoo-c1068c6f2c1268cc2e087d8b6c092869f5f8fa21.tar.bz2
gentoo-c1068c6f2c1268cc2e087d8b6c092869f5f8fa21.zip
net-misc/lambdamoo: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/lambdamoo')
-rw-r--r--net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
index 447f42484f06..41acc456a60d 100644
--- a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
+++ b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit autotools
+inherit autotools toolchain-funcs
DESCRIPTION="networked mud that can be used for different types of collaborative software"
HOMEPAGE="https://sourceforge.net/projects/lambdamoo/"