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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- /usr/portage/dev-dotnet/gecko-sharp/gecko-sharp-0.10.ebuild 2005-05-31 14:35:32.000000000 +0200
0
++ /usr/local/portage/dev-dotnet/gecko-sharp/gecko-sharp-0.10.ebuild   2005-07-15 15:44:57.000000000 +0200
Lines 13-25 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="2"
14
SLOT="2"
15
KEYWORDS="~amd64 ~ppc ~x86"
15
KEYWORDS="~amd64 ~ppc ~x86"
16
IUSE=""
16
IUSE="firefox"
17
S=${WORKDIR}/${MY_P}
17
S=${WORKDIR}/${MY_P}
18
DEPEND=">=dev-lang/mono-1.0
18
DEPEND=">=dev-lang/mono-1.0
19
       >=dev-dotnet/gtk-sharp-1.9.2
19
       >=dev-dotnet/gtk-sharp-1.9.2
20
       www-client/mozilla"
20
       !firefox? ( www-client/mozilla )
21
       firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 )"
21
src_unpack() {
22
src_unpack() {
22
       unpack ${A}
23
       unpack ${A}

Return to bug 92868