Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499644 | Differences between
and this patch

Collapse All | Expand All

(-)fvwm-crystal-3.2.3.ebuild (-2 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2014 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-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild,v 1.3 2013/12/24 12:53:42 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild,v 1.3 2013/12/24 12:53:42 ago Exp $
4
4
Lines 14-19 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 ~ppc ~ppc64 x86"
16
KEYWORDS="amd64 ~ppc ~ppc64 x86"
17
IUSE="+xdg"
17
18
18
RDEPEND="${PYTHON_DEPS}
19
RDEPEND="${PYTHON_DEPS}
19
	>=x11-wm/fvwm-2.6.5[png]
20
	>=x11-wm/fvwm-2.6.5[png]
Lines 23-29 Link Here
23
	sys-apps/sed
24
	sys-apps/sed
24
	sys-devel/bc
25
	sys-devel/bc
25
	virtual/awk
26
	virtual/awk
26
	x11-apps/xwd"
27
	x11-apps/xwd
28
	xdg? ( x11-misc/xdg-user-dirs )"
27
29
28
src_install() {
30
src_install() {
29
	emake \
31
	emake \

Return to bug 499644