| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/Attic/listres-1.0.1-r1.ebuild,v 1.6 2009/04/11 18:04:40 nixnut Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/Attic/listres-1.0.1-r1.ebuild,v 1.7 2009/04/17 18:29:06 jer Exp $ |
| 4 | |
4 | |
| 5 | # Must be before x-modular eclass is inherited |
5 | # Must be before x-modular eclass is inherited |
| 6 | #SNAPSHOT="yes" |
6 | #SNAPSHOT="yes" |
| 7 | |
7 | |
| 8 | inherit x-modular |
8 | inherit x-modular |
| 9 | |
9 | |
| 10 | DESCRIPTION="list resources in widgets" |
10 | DESCRIPTION="list resources in widgets" |
| 11 | KEYWORDS="amd64 arm ~mips ppc ~ppc64 s390 sh sparc x86" |
11 | KEYWORDS="amd64 arm ~hppa ~mips ppc ~ppc64 s390 sh sparc x86" |
| 12 | IUSE="" |
12 | IUSE="" |
| 13 | RDEPEND="x11-libs/libX11 |
13 | RDEPEND="x11-libs/libX11 |
| 14 | x11-libs/libXt |
14 | x11-libs/libXt |
| 15 | x11-libs/libXmu |
15 | x11-libs/libXmu |
| 16 | x11-libs/libXaw" |
16 | x11-libs/libXaw" |