summaryrefslogtreecommitdiff
blob: 1fa15f1777b252f0c5c5b8ccf29c236850379807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild,v 1.6 2009/09/19 21:22:50 remi Exp $

MODULE="app"

inherit x-modular

DESCRIPTION="Tests for compliance with X RENDER extension"

KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""

RDEPEND="x11-libs/libXrender"
DEPEND="${RDEPEND}"