1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 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/eclass/autotools-utils.eclass,v 1.62 2013/02/11 09:46:07 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.63 2013/03/03 00:22:56 pesa Exp $ |
4 | |
4 | |
5 | # @ECLASS: autotools-utils.eclass |
5 | # @ECLASS: autotools-utils.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
8 | # Michał Górny <mgorny@gentoo.org> |
8 | # Michał Górny <mgorny@gentoo.org> |
… | |
… | |
35 | # IUSE="debug doc examples qt4 static-libs tiff" |
35 | # IUSE="debug doc examples qt4 static-libs tiff" |
36 | # |
36 | # |
37 | # CDEPEND=" |
37 | # CDEPEND=" |
38 | # media-libs/libpng:0 |
38 | # media-libs/libpng:0 |
39 | # qt4? ( |
39 | # qt4? ( |
40 | # x11-libs/qt-core:4 |
40 | # dev-qt/qtcore:4 |
41 | # x11-libs/qt-gui:4 |
41 | # dev-qt/qtgui:4 |
42 | # ) |
42 | # ) |
43 | # tiff? ( media-libs/tiff:0 ) |
43 | # tiff? ( media-libs/tiff:0 ) |
44 | # " |
44 | # " |
45 | # RDEPEND="${CDEPEND} |
45 | # RDEPEND="${CDEPEND} |
46 | # !media-gfx/bar |
46 | # !media-gfx/bar |