diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-10 21:47:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-10 21:47:27 +0000 |
commit | 15a7c1b4b2101868f79b11ff2b62494b53161536 (patch) | |
tree | 5784de730397e37dda1399378b0dceaf75fc9b73 /dev-lisp/cl-menusystem | |
parent | Version bump (diff) | |
download | gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.tar.gz gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.tar.bz2 gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-menusystem')
-rw-r--r-- | dev-lisp/cl-menusystem/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-menusystem/ChangeLog b/dev-lisp/cl-menusystem/ChangeLog index 7927b5d48320..4df90454f1d7 100644 --- a/dev-lisp/cl-menusystem/ChangeLog +++ b/dev-lisp/cl-menusystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-menusystem -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.2 2004/06/24 23:47:05 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.3 2005/04/10 21:45:28 mkennedy Exp $ + + 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-menusystem-20030919.ebuild: + Keywording for ~amd64 *cl-menusystem-20030919 (15 Feb 2004) diff --git a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild b/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild index afffd6cd763c..3fc7ea378eb2 100644 --- a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild +++ b/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.3 2004/07/14 15:56:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.4 2005/04/10 21:45:28 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/" SRC_URI="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/cl-menusystem-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |