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

Collapse All | Expand All

(-)a/portage/www-servers/gorg/gorg-0.6.3-r2.ebuild (-2 / +3 lines)
Lines 14-20 Link Here
14
SLOT="0"
14
SLOT="0"
15
USE_RUBY="ruby18"
15
USE_RUBY="ruby18"
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
KEYWORDS="amd64 ppc x86"
17
KEYWORDS="~x86-macos"
18
18
19
DEPEND="virtual/ruby
19
DEPEND="virtual/ruby
20
	>=dev-libs/libxml2-2.6.16
20
	>=dev-libs/libxml2-2.6.16
Lines 45-51 Link Here
45
	chmod +x "${D}"/${SITE_LIB_DIR}/gorg/fcgi-bin/*.fcgi
45
	chmod +x "${D}"/${SITE_LIB_DIR}/gorg/fcgi-bin/*.fcgi
46
46
47
	keepdir /etc/gorg; insinto /etc/gorg ; doins etc/gorg/*
47
	keepdir /etc/gorg; insinto /etc/gorg ; doins etc/gorg/*
48
	diropts -m0770 -o gorg -g gorg; keepdir /var/cache/gorg
48
	#diropts -m0770 -o gorg -g gorg; keepdir /var/cache/gorg # does not work in prefix!
49
	diropts -m0770; keepdir /var/cache/gorg
49
50
50
	dodoc Changelog README
51
	dodoc Changelog README
51
}
52
}

Return to bug 281335