diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-01-28 09:44:43 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-01-28 09:44:43 +0000 |
commit | a3d26dcd3166a123595bf1aeb5cd59f38f0a49aa (patch) | |
tree | bdfc70452dd3daa14d18a62de6c8d99dd77fa95a /dev-lisp | |
parent | (no commit message) (diff) | |
download | historical-a3d26dcd3166a123595bf1aeb5cd59f38f0a49aa.tar.gz historical-a3d26dcd3166a123595bf1aeb5cd59f38f0a49aa.tar.bz2 historical-a3d26dcd3166a123595bf1aeb5cd59f38f0a49aa.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.81.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog index 695f363e2962..e3f1ed8be737 100644 --- a/dev-lisp/cl-asdf/ChangeLog +++ b/dev-lisp/cl-asdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-asdf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.7 2004/01/28 09:34:42 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.8 2004/01/28 09:44:43 mkennedy Exp $ + + 28 Jan 2004; <mkennedy@gentoo.org> cl-asdf-1.81.ebuild: + ~mips and ~ppc *cl-asdf-1.81 (27 Jan 2004) diff --git a/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild index b2be35887566..c1657af34f74 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild,v 1.1 2004/01/28 09:34:42 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild,v 1.2 2004/01/28 09:44:43 mkennedy Exp $ DEB_PV=1 @@ -13,9 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.orig.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~sparc" - -DEPEND="" +KEYWORDS="x86 ~sparc ~mips ~ppc" src_unpack() { unpack ${A} |