diff options
Diffstat (limited to 'dev-lisp/fare-matcher/fare-matcher-20070824.ebuild')
-rw-r--r-- | dev-lisp/fare-matcher/fare-matcher-20070824.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lisp/fare-matcher/fare-matcher-20070824.ebuild b/dev-lisp/fare-matcher/fare-matcher-20070824.ebuild index c50cfbfc..48225454 100644 --- a/dev-lisp/fare-matcher/fare-matcher-20070824.ebuild +++ b/dev-lisp/fare-matcher/fare-matcher-20070824.ebuild @@ -7,13 +7,15 @@ inherit common-lisp-2 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="A library of macros and functions by Fare Rideau." -HOMEPAGE="http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs" +HOMEPAGE="http://www.cliki.net/fare-matcher + http://www.cliki.net/fare-matcher-docs" SRC_URI="http://fare.tunes.org/asdf-packages/${PN}-${MY_PV}.tar.gz" LICENSE="No-Problem-Bugroff" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" + DEPEND="!dev-lisp/cl-${PN} dev-lisp/fare-utils" |