blob: 21707a3370a76e57ae3157914c3b168a9e03cb46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild,v 1.2 2008/09/14 04:27:34 mr_bones_ Exp $
KMNAME=kdegraphics
EAPI="1"
inherit kde-meta eutils
DESCRIPTION="KDE Screenshot Utility"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="x11-libs/libXext"
|