diff options
Diffstat (limited to 'trinity-base/kpoker')
-rw-r--r-- | trinity-base/kpoker/kpoker-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trinity-base/kpoker/kpoker-9999.ebuild b/trinity-base/kpoker/kpoker-9999.ebuild index 4178bd1a..d6774515 100644 --- a/trinity-base/kpoker/kpoker-9999.ebuild +++ b/trinity-base/kpoker/kpoker-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2016 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_NAME="tdegames" -inherit trinity-meta +inherit trinity-meta-2 DESCRIPTION="Trinity poker game" -KEYWORDS="" -IUSE+="" -DEPEND=">=trinity-base/libtdegames-${PV}:${SLOT}" + +DEPEND="=trinity-base/libtdegames-${PV}" RDEPEND="${DEPEND}" |