diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-16 15:28:55 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-16 15:28:55 +0000 |
commit | e39799b8fe4cc5dcc3d7648aed6fe8ef49554b41 (patch) | |
tree | 07b5b759bfee597f61c491dc5ec910a7d3210cd2 /app-emacs/cldoc | |
parent | stable x86/amd64, bug 210331 (diff) | |
download | gentoo-2-e39799b8fe4cc5dcc3d7648aed6fe8ef49554b41.tar.gz gentoo-2-e39799b8fe4cc5dcc3d7648aed6fe8ef49554b41.tar.bz2 gentoo-2-e39799b8fe4cc5dcc3d7648aed6fe8ef49554b41.zip |
stable x86/amd64, bug 210333
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'app-emacs/cldoc')
-rw-r--r-- | app-emacs/cldoc/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/cldoc/cldoc-1.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/cldoc/ChangeLog b/app-emacs/cldoc/ChangeLog index d66555e180e8..402cd765f73e 100644 --- a/app-emacs/cldoc/ChangeLog +++ b/app-emacs/cldoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/cldoc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/ChangeLog,v 1.2 2007/10/26 10:30:26 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/ChangeLog,v 1.3 2008/02/16 15:28:55 opfer Exp $ + + 16 Feb 2008; Christian Faulhammer <opfer@gentoo.org> cldoc-1.16.ebuild: + stable x86/amd64, bug 210333 26 Oct 2007; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add package to common-lisp herd, add longdescription. diff --git a/app-emacs/cldoc/cldoc-1.16.ebuild b/app-emacs/cldoc/cldoc-1.16.ebuild index a0e7dedd86c9..dcc1f6957796 100644 --- a/app-emacs/cldoc/cldoc-1.16.ebuild +++ b/app-emacs/cldoc/cldoc-1.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.1 2007/10/25 18:50:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.2 2008/02/16 15:28:55 opfer Exp $ inherit elisp @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="app-emacs/slime" |