diff options
Diffstat (limited to 'dev-lisp/environment/environment-1.3.ebuild')
-rw-r--r-- | dev-lisp/environment/environment-1.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lisp/environment/environment-1.3.ebuild b/dev-lisp/environment/environment-1.3.ebuild index ff532b8c..26ad8943 100644 --- a/dev-lisp/environment/environment-1.3.ebuild +++ b/dev-lisp/environment/environment-1.3.ebuild @@ -6,11 +6,13 @@ inherit common-lisp-2 DESCRIPTION="Provides an CLOS (CL Object System) encapsulation of the current CL implementation environment" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-environment" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" + DEPEND="!dev-lisp/cl-${PN}" S="${WORKDIR}"/cl-${PN}-${PV}.orig |