Add guile-2.0.9
This commit is contained in:
parent
5374ee5555
commit
39f13f3216
2 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
app-security
|
app-security
|
||||||
|
dev-lang
|
||||||
dev-python
|
dev-python
|
||||||
media-sound
|
media-sound
|
||||||
|
|
23
packages/dev-lang/guile/guile-2.0.9.exheres-0
Normal file
23
packages/dev-lang/guile/guile-2.0.9.exheres-0
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 2009 Ingmar Vanhassel
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require guile
|
||||||
|
|
||||||
|
LICENCES="
|
||||||
|
LGPL-3
|
||||||
|
GPL-3 [[ note = [ readline module ] ]]
|
||||||
|
"
|
||||||
|
SLOT="2.0"
|
||||||
|
PLATFORMS="~amd64 ~ppc64 ~x86"
|
||||||
|
|
||||||
|
DEPENDENCIES+="
|
||||||
|
build:
|
||||||
|
virtual/pkg-config
|
||||||
|
build+run:
|
||||||
|
dev-libs/boehm-gc[>=7.2alpha6-r1]
|
||||||
|
dev-libs/libffi
|
||||||
|
dev-libs/libunistring
|
||||||
|
"
|
||||||
|
|
||||||
|
DEFAULT_SRC_COMPILE_PARAMS=( -j1 )
|
||||||
|
|
Loading…
Reference in a new issue