diff options
author | 2008-01-24 18:37:54 +0000 | |
---|---|---|
committer | 2008-01-24 18:37:54 +0000 | |
commit | 53efcea571c138a9f2f0c9f84c608b4de9faff03 (patch) | |
tree | ef339b1149d649975de22447ed3529bb64444c7c /app-emacs/tramp | |
parent | Stable on ppc wrt bug 207221 (diff) | |
download | gentoo-2-53efcea571c138a9f2f0c9f84c608b4de9faff03.tar.gz gentoo-2-53efcea571c138a9f2f0c9f84c608b4de9faff03.tar.bz2 gentoo-2-53efcea571c138a9f2f0c9f84c608b4de9faff03.zip |
Stable on ppc wrt bug 207225
(Portage version: 2.1.4)
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 7e4bb597bfff..0241ef74ea89 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/tramp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.63 2008/01/24 14:13:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.64 2008/01/24 18:37:54 nixnut Exp $ + + 24 Jan 2008; nixnut <nixnut@gentoo.org> tramp-2.1.12.ebuild: + Stable on ppc wrt bug 207225 24 Jan 2008; Raúl Porcel <armin76@gentoo.org> tramp-2.1.12.ebuild: alpha/sparc stable wrt #207225 diff --git a/app-emacs/tramp/tramp-2.1.12.ebuild b/app-emacs/tramp/tramp-2.1.12.ebuild index a23c4b541170..96375e196e10 100644 --- a/app-emacs/tramp/tramp-2.1.12.ebuild +++ b/app-emacs/tramp/tramp-2.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.12.ebuild,v 1.3 2008/01/24 14:13:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.12.ebuild,v 1.4 2008/01/24 18:37:54 nixnut Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" -KEYWORDS="alpha amd64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" SITEFILE=51${PN}-gentoo.el |