diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:13 +0100 |
commit | 5506a3e6ca6052e6091bc9d75f39a0c4c7d7fb97 (patch) | |
tree | 4037df568c8805bbf65fa9dd437a89fd62cf6856 /dev-games | |
parent | dev-games/flatzebra: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-5506a3e6ca6052e6091bc9d75f39a0c4c7d7fb97.tar.gz gentoo-5506a3e6ca6052e6091bc9d75f39a0c4c7d7fb97.tar.bz2 gentoo-5506a3e6ca6052e6091bc9d75f39a0c4c7d7fb97.zip |
dev-games/guichan: [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/guichan/guichan-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/guichan/guichan-0.8.2.ebuild b/dev-games/guichan/guichan-0.8.2.ebuild index 16a681c1f6e5..049a09d0547b 100644 --- a/dev-games/guichan/guichan-0.8.2.ebuild +++ b/dev-games/guichan/guichan-0.8.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" HOMEPAGE="http://guichan.sourceforge.net/" |