blob: 0e6fc246dccc84cc8da1d098f3487685da6bffa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.7 2011/03/05 17:35:07 miknix Exp $
EAPI="1"
inherit gpe
DESCRIPTION="Common icons for the GPE Palmtop Environment"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE="${IUSE}"
GPE_DOCS="README"
RDEPEND="${RDEPEND}
x11-libs/gtk+:2"
DEPEND="${DEPEND}
${RDEPEND}"
|