diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-04-07 10:29:17 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-04-07 10:29:17 +0000 |
commit | cf8a5a8679faf212371dc05852ca0df6bd001718 (patch) | |
tree | 04d934d2548b4d4c66f6af18b57ef58afd8a9623 /dev-lisp/gentoo-init | |
parent | [bump] dev-perl/IO-Socket-SSL-1.640.0 (diff) | |
download | gentoo-2-cf8a5a8679faf212371dc05852ca0df6bd001718.tar.gz gentoo-2-cf8a5a8679faf212371dc05852ca0df6bd001718.tar.bz2 gentoo-2-cf8a5a8679faf212371dc05852ca0df6bd001718.zip |
Changed DEPEND to depend on dev-lisp/asdf-binary-locations instead of dev-lisp/cl-asdf-binary-locations
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'dev-lisp/gentoo-init')
-rw-r--r-- | dev-lisp/gentoo-init/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/gentoo-init/gentoo-init-0.1.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-lisp/gentoo-init/ChangeLog b/dev-lisp/gentoo-init/ChangeLog index 2612b5c66574..785a54191e9c 100644 --- a/dev-lisp/gentoo-init/ChangeLog +++ b/dev-lisp/gentoo-init/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/gentoo-init -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.11 2009/01/10 15:34:36 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.12 2012/04/07 10:29:17 neurogeek Exp $ + + 07 Apr 2012; Jesus Rivero <neurogeek@gentoo.org> gentoo-init-0.1.ebuild: + Changed DEPEND to depend on dev-lisp/asdf-binary-locations instead of + dev-lisp/cl-asdf-binary-locations 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> gentoo-init-0.1.ebuild: alpha/ia64 stable wrt #246074 diff --git a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild index b1973faf3cb3..b8cdfccae8ad 100644 --- a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild +++ b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild,v 1.10 2009/01/10 15:34:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild,v 1.11 2012/04/07 10:29:17 neurogeek Exp $ + +EAPI="3" DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp ports." HOMEPAGE="http://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml" @@ -13,7 +15,8 @@ IUSE="" S=${WORKDIR} -DEPEND="dev-lisp/cl-asdf-binary-locations" +DEPEND="dev-lisp/asdf-binary-locations" +RDEPEND="${DEPEND}" src_install() { insinto /etc |