blob: 02f74c70e02b7dbc9a174cf0f9ce560edbc9a707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta
DESCRIPTION="Atlantik gameboard designer"
KEYWORDS=""
IUSE+=""
DEPEND=">=trinity-apps/atlantik-${PV}:${SLOT}"
|