diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:20 +0100 |
commit | c6c5103328bdf9ebb73ede571859056f51b466a7 (patch) | |
tree | aaa58013eefd7c21f1b5c7d4e0ee609dafa2ccb2 /dev-games | |
parent | dev-games/t4k-common: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-c6c5103328bdf9ebb73ede571859056f51b466a7.tar.gz gentoo-c6c5103328bdf9ebb73ede571859056f51b466a7.tar.bz2 gentoo-c6c5103328bdf9ebb73ede571859056f51b466a7.zip |
dev-games/wfmath: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/wfmath/wfmath-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/wfmath/wfmath-1.0.2.ebuild b/dev-games/wfmath/wfmath-1.0.2.ebuild index 096663843a6f..59d89b7ef79e 100644 --- a/dev-games/wfmath/wfmath-1.0.2.ebuild +++ b/dev-games/wfmath/wfmath-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit eutils ltprune DESCRIPTION="Worldforge math library" HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath" |