summaryrefslogtreecommitdiff
blob: d70cec02cca97f5adef80ab73cf3705cb916b479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-0.99.1_pre20050905.ebuild,v 1.1 2005/09/06 16:06:56 joshuabaergen Exp $

inherit versionator
# Must be before x-modular eclass is inherited
SNAPSHOT="yes"

# Fix ${S} for pre ebuilds
MY_P="${PN}-$(get_version_component_range 1-3)"
S="${WORKDIR}/${MY_P}"

inherit x-modular

DESCRIPTION="X.Org xset application"
KEYWORDS="~arm ~s390 ~sparc ~x86"
RDEPEND="x11-libs/libXmu"
DEPEND="${RDEPEND}"