diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-08 23:30:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-08 23:30:19 +0000 |
commit | 0118caec12879462a028cb518e8a70df7c4cc844 (patch) | |
tree | fab2a4f00332ca9a15b29656ea33d84e75c0cc4d /app-emacs/tramp/tramp-2.1.16.ebuild | |
parent | allow using a space in the -j arg in MAKEOPTS (diff) | |
download | gentoo-2-0118caec12879462a028cb518e8a70df7c4cc844.tar.gz gentoo-2-0118caec12879462a028cb518e8a70df7c4cc844.tar.bz2 gentoo-2-0118caec12879462a028cb518e8a70df7c4cc844.zip |
stable x86, bug 280828
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/tramp/tramp-2.1.16.ebuild')
-rw-r--r-- | app-emacs/tramp/tramp-2.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/tramp/tramp-2.1.16.ebuild b/app-emacs/tramp/tramp-2.1.16.ebuild index 9b726d5559b9..708c59a292c9 100644 --- a/app-emacs/tramp/tramp-2.1.16.ebuild +++ b/app-emacs/tramp/tramp-2.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.16.ebuild,v 1.1 2009/06/23 07:24:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.16.ebuild,v 1.2 2009/08/08 23:30:19 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="51${PN}-gentoo.el" |