Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 341125
Collapse All | Expand All

(-)file_not_specified_in_diff (-15 / +6 lines)
Line 5 Link Here
5
EAPI="2"
5
EAPI="3"
6
--
Lines 9-11 Link Here
9
DESCRIPTION="a branch of the official gtk#/gio to get gio# building on gtk# 2.12"
9
DESCRIPTION="C# bindings for the GIO API"
10
HOMEPAGE="http://gitorious.org/gio-sharp"
10
HOMEPAGE="http://github.com/mono/gio-sharp"
11
EGIT_REPO_URI="git://gitorious.org/${PN}/mainline.git"
11
EGIT_REPO_URI="git://github.com/mono/${PN}.git"
12
--
Line 13 Link Here
13
LICENSE="LGPL-2.1"
13
LICENSE="as-is"
14
--
Line 15 Link Here
15
KEYWORDS="~amd64"
15
KEYWORDS="~amd64 ~x86"
16
--
Lines 29-33 Link Here
29
src_prepare() {
30
	mkdir -p config m4
31
	git_src_prepare
32
}
33

Return to bug 341125