Subversion Repositories KardasA Overlay

Rev

Rev 109 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 183
Line 9... Line 9...
9
LICENSE="GPL"
9
LICENSE="GPL"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~x86 ~amd64"
11
KEYWORDS="~x86 ~amd64"
12
IUSE=""
12
IUSE=""
13
13
14
DEPEND="dev-libs/libconcord dev-lang/python"
-
 
-
 
14
DEPEND="dev-libs/libconcord dev-lang/python dev-python/wxpython"
15
RDEPEND="${DEPEND}"
15
RDEPEND="${DEPEND}"
16
16
17
src_compile() {
17
src_compile() {
18
	sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
18
	sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
19
}
19
}