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

Collapse All | Expand All

(-)/usr/portage/media-video/dvdstyler/dvdstyler-1.4.ebuild (-3 / +5 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
MY_P=DVDStyler-${PV}
7
MY_PV="1.5b2"
8
MY_P="DVDStyler-${MY_PV}"
8
9
9
DESCRIPTION="DVD filesystem Builder"
10
DESCRIPTION="DVD filesystem Builder"
10
HOMEPAGE="http://dvdstyler.sourceforge.net"
11
HOMEPAGE="http://dvdstyler.sourceforge.net"
Lines 12-18 Link Here
12
13
13
LICENSE="GPL-2"
14
LICENSE="GPL-2"
14
SLOT="0"
15
SLOT="0"
15
KEYWORDS="~amd64 ~ppc x86"
16
KEYWORDS="~x86"
16
IUSE="gnome"
17
IUSE="gnome"
17
18
18
RDEPEND="app-cdr/dvd+rw-tools
19
RDEPEND="app-cdr/dvd+rw-tools
Lines 33-39 Link Here
33
	virtual/x11
34
	virtual/x11
34
	gnome? ( >=gnome-base/libgnomeui-2.0 )"
35
	gnome? ( >=gnome-base/libgnomeui-2.0 )"
35
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}
36
	dev-util/pkgconfig"
37
	dev-util/pkgconfig
38
	media-libs/wxSVG"
37
39
38
S=${WORKDIR}/${MY_P}
40
S=${WORKDIR}/${MY_P}
39
41

Return to bug 109894