diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-19 15:37:02 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-19 15:37:02 +0000 |
commit | e1bd08e4300631f427f28a94368119b052eb97be (patch) | |
tree | 4f9791257d31d99495fbd367b931cb499750de53 /app-emacs | |
parent | stable x86, bug 301313 (diff) | |
download | gentoo-2-e1bd08e4300631f427f28a94368119b052eb97be.tar.gz gentoo-2-e1bd08e4300631f427f28a94368119b052eb97be.tar.bz2 gentoo-2-e1bd08e4300631f427f28a94368119b052eb97be.zip |
stable x86, bug 301301
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.1.17.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 350f5cfe16d8..f7a801057230 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/tramp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.88 2009/11/10 21:04:40 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.89 2010/01/19 15:37:02 fauli Exp $ + + 19 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tramp-2.1.17.ebuild: + stable x86, bug 301301 *tramp-2.1.17 (10 Nov 2009) diff --git a/app-emacs/tramp/tramp-2.1.17.ebuild b/app-emacs/tramp/tramp-2.1.17.ebuild index 065bebc9be9e..7a65371531a1 100644 --- a/app-emacs/tramp/tramp-2.1.17.ebuild +++ b/app-emacs/tramp/tramp-2.1.17.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/tramp/tramp-2.1.17.ebuild,v 1.2 2009/11/10 22:03:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.17.ebuild,v 1.3 2010/01/19 15:37:02 fauli Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 FDL-1.3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" IUSE="" SITEFILE="50${PN}-gentoo.el" |