blob: 5cbbf7d39027158ed40d52bb8cc9b9ed1472fb5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=compile configure install
DEPEND=dev-libs/boehm-gc
DESCRIPTION=OpenDylan language runtime environment (prebuilt)
EAPI=5
HOMEPAGE=http://opendylan.org
KEYWORDS=~x86 ~amd64
LICENSE=Opendylan
RDEPEND=dev-libs/boehm-gc
SLOT=0
SRC_URI=amd64? ( http://opendylan.org/downloads/opendylan/2014.1/opendylan-2014.1-x86_64-linux.tar.bz2 ) x86? ( http://opendylan.org/downloads/opendylan/2014.1/opendylan-2014.1-x86-linux.tar.bz2 )
_eclass_exported_funcs=src_configure:- src_compile:- src_install:-
_md5_=9948a78875b15454e749b7bf1dbba04e
|