diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-16 20:02:40 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-16 20:02:40 +0000 |
commit | e096950ccb4a3c031aba04ed4d6be6bd0ddfc405 (patch) | |
tree | caddeb269318ead376f2b47d7a98a9916f1229b2 /app-emacs | |
parent | Version bump. This new ebuild fully utilizes the cmake-utils eclass and adds ... (diff) | |
download | gentoo-2-e096950ccb4a3c031aba04ed4d6be6bd0ddfc405.tar.gz gentoo-2-e096950ccb4a3c031aba04ed4d6be6bd0ddfc405.tar.bz2 gentoo-2-e096950ccb4a3c031aba04ed4d6be6bd0ddfc405.zip |
stable x86, bug 297562
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/whine/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/whine/whine-20091222.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/whine/ChangeLog b/app-emacs/whine/ChangeLog index 190eec73fb0d..1f414bde104f 100644 --- a/app-emacs/whine/ChangeLog +++ b/app-emacs/whine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/whine -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.6 2009/12/22 15:45:49 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.7 2010/01/16 20:02:40 fauli Exp $ + + 16 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + whine-20091222.ebuild: + stable x86, bug 297562 *whine-20091222 (22 Dec 2009) diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild index 107c8ac27ab7..753154427748 100644 --- a/app-emacs/whine/whine-20091222.ebuild +++ b/app-emacs/whine/whine-20091222.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/whine-20091222.ebuild,v 1.1 2009/12/22 15:45:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/whine-20091222.ebuild,v 1.2 2010/01/16 20:02:40 fauli Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" SITEFILE="50${PN}-gentoo.el" |