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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- /usr/portage/x11-misc/xosview/xosview-1.8.3.ebuild
0
++ /usr/local/portage/x11-misc/xosview/xosview-1.8.3.ebuild
Lines 13-22 Link Here
13
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
13
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
14
IUSE=""
14
IUSE=""
15
15
16
RDEPEND="x11-libs/libX11
16
COMMON_DEPS="x11-libs/libX11
17
	x11-libs/libXpm
17
	x11-libs/libXpm
18
	x11-libs/libXt"
18
	x11-libs/libXt"
19
DEPEND="${RDEPEND}
19
20
RDEPEND="${COMMON_DEPS}
21
	media-fonts/font-misc-misc"
22
DEPEND="${COMMON_DEPS}
20
	x11-proto/xproto"
23
	x11-proto/xproto"
21
24
22
src_unpack() {
25
src_unpack() {

Return to bug 250986