Parent Directory
|
Revision Log
Version bump. (Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
1 | chithanh | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 | ||
3 | # $Header: $ | ||
4 | |||
5 | EAPI=4 | ||
6 | |||
7 | XORG_DOC=doc | ||
8 | inherit xorg-2 | ||
9 | |||
10 | DESCRIPTION="X.Org Xaw library" | ||
11 | |||
12 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
13 | IUSE="" | ||
14 | |||
15 | RDEPEND="x11-libs/libX11 | ||
16 | x11-libs/libXext | ||
17 | x11-libs/libXt | ||
18 | x11-libs/libXmu | ||
19 | x11-libs/libXpm | ||
20 | x11-proto/xproto | ||
21 | x11-proto/xextproto" | ||
22 | DEPEND="${RDEPEND}" | ||
23 | |||
24 | pkg_setup() { | ||
25 | xorg-2_pkg_setup | ||
26 | |||
27 | XORG_CONFIGURE_OPTIONS=( | ||
28 | $(use_enable doc specs) | ||
29 | $(use_with doc xmlto) | ||
30 | --without-fop | ||
31 | ) | ||
32 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |