Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 515652
Collapse All | Expand All

(-)../../../../../portage/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild (-12 / +17 lines)
Lines 2-11 Link Here
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/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.14 2014/04/29 11:47:52 polynomial-c Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.14 2014/04/29 11:47:52 polynomial-c Exp $
4
4
5
EAPI="3"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
GNOME_TARBALL_SUFFIX="bz2"
7
8
8
inherit autotools eutils gnome2
9
inherit autotools eutils gnome2 multilib-minimal
9
10
10
DESCRIPTION="Printer handling for Gnome"
11
DESCRIPTION="Printer handling for Gnome"
11
HOMEPAGE="http://www.gnome.org/"
12
HOMEPAGE="http://www.gnome.org/"
Lines 15-34 Link Here
15
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
16
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
16
IUSE="cups doc"
17
IUSE="cups doc"
17
18
18
RDEPEND=">=dev-libs/glib-2
19
RDEPEND=">=dev-libs/glib-2[${MULTILIB_USEDEP}]
19
	>=media-libs/libart_lgpl-2.3.7
20
	>=media-libs/libart_lgpl-2.3.7[${MULTILIB_USEDEP}]
20
	>=x11-libs/pango-1.5
21
	>=x11-libs/pango-1.5[${MULTILIB_USEDEP}]
21
	>=dev-libs/libxml2-2.4.23
22
	>=dev-libs/libxml2-2.4.23[${MULTILIB_USEDEP}]
22
	>=media-libs/fontconfig-1
23
	>=media-libs/fontconfig-1[${MULTILIB_USEDEP}]
23
	>=media-libs/freetype-2.0.5
24
	>=media-libs/freetype-2.0.5[${MULTILIB_USEDEP}]
24
	sys-libs/zlib
25
	sys-libs/zlib[${MULTILIB_USEDEP}]
25
	cups? (
26
	cups? (
26
		>=net-print/cups-1.1.20
27
		>=net-print/cups-1.1.20[${MULTILIB_USEDEP}]
27
		>=net-print/libgnomecups-0.2 )"
28
		>=net-print/libgnomecups-0.2[${MULTILIB_USEDEP}] )"
28
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
29
	sys-devel/gettext
30
	sys-devel/gettext
30
	>=dev-util/intltool-0.35
31
	>=dev-util/intltool-0.35
31
	virtual/pkgconfig
32
	virtual/pkgconfig[${MULTILIB_USEDEP}]
32
	sys-devel/flex
33
	sys-devel/flex
33
	sys-devel/bison
34
	sys-devel/bison
34
	doc? (
35
	doc? (
Lines 57-59 Link Here
57
		libgnomeprint/ttsubset/Makefile.am \
58
		libgnomeprint/ttsubset/Makefile.am \
58
		libgnomeprint/ttsubset/Makefile.in || die
59
		libgnomeprint/ttsubset/Makefile.in || die
59
}
60
}
61
62
multilib_src_configure() {
63
	ECONF_SOURCE=${S} gnome2_src_configure
64
}

Return to bug 515652