blob: f09033f947020824bc2c47e2a3f22cbe80cdcade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdebase"
inherit trinity-meta
DESCRIPTION="Netscape plugins support for Konqueror."
KEYWORDS="~amd64 ~x86"
IUSE=""
# CHECKME: dependencies
DEPEND="x11-libs/libXt
=dev-libs/glib-2*"
RDEPEND="${DEPEND}"
|