diff options
author | 2011-01-18 18:42:52 +0000 | |
---|---|---|
committer | 2011-01-18 18:42:52 +0000 | |
commit | ea36f4430c122e4fcd70a400920204634ed083b4 (patch) | |
tree | 7af7a9c6717583104d1184023a55d8dcdfea444c /app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild | |
parent | Fix crash with ${:0:} (#352056). Thanks to Christian Ruppert (diff) | |
download | historical-ea36f4430c122e4fcd70a400920204634ed083b4.tar.gz historical-ea36f4430c122e4fcd70a400920204634ed083b4.tar.bz2 historical-ea36f4430c122e4fcd70a400920204634ed083b4.zip |
Marked ~ppc-macos, bug #351946
Package-Manager: portage-2.2.01.17583-prefix/cvs/Darwin powerpc
Diffstat (limited to 'app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild')
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild index 7079bc2f39fb..1abc25a02447 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild,v 1.1 2010/10/22 20:14:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild,v 1.2 2011/01/18 18:42:52 grobian Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DOCS="ChangeLog" |