diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 19:05:58 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 19:05:58 +0000 |
commit | 86061baa67d4b95522bd080b7e2f41753c1bdecf (patch) | |
tree | 4cba2c1842df8831dedad43c290c080d3dcd5849 /dev-lisp/cl-bouquet | |
parent | CFLAGS/CHOST/CXXFLAGS (diff) | |
download | historical-86061baa67d4b95522bd080b7e2f41753c1bdecf.tar.gz historical-86061baa67d4b95522bd080b7e2f41753c1bdecf.tar.bz2 historical-86061baa67d4b95522bd080b7e2f41753c1bdecf.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-bouquet')
-rw-r--r-- | dev-lisp/cl-bouquet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cl-bouquet/ChangeLog b/dev-lisp/cl-bouquet/ChangeLog index 4f5cf5694fbb..7a7fe3c915f8 100644 --- a/dev-lisp/cl-bouquet/ChangeLog +++ b/dev-lisp/cl-bouquet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-bouquet # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/ChangeLog,v 1.5 2005/03/18 07:42:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/ChangeLog,v 1.6 2005/04/15 18:59:50 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-bouquet-0.1.ebuild: + Keywording stable x86, ~ppc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-bouquet-0.1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild b/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild index e312164ea8ed..1e3a7633676f 100644 --- a/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild +++ b/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild,v 1.7 2005/03/18 07:42:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild,v 1.8 2005/04/15 18:59:50 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/bouquet/" SRC_URI="mirror://sourceforge/bouquet/bouquet-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" |