diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:22:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:22:12 +0000 |
commit | e44740efbc92c2391d1e2c9356ddeee4ca129eaa (patch) | |
tree | 5aac1793310428182a76b37377d631e531e209e1 /app-vim | |
parent | QA: add prefix keywords (diff) | |
download | gentoo-2-e44740efbc92c2391d1e2c9356ddeee4ca129eaa.tar.gz gentoo-2-e44740efbc92c2391d1e2c9356ddeee4ca129eaa.tar.bz2 gentoo-2-e44740efbc92c2391d1e2c9356ddeee4ca129eaa.zip |
QA: add prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/eselect-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/eselect-syntax/eselect-syntax-20070506.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/eselect-syntax/ChangeLog b/app-vim/eselect-syntax/ChangeLog index 1390a431ec3e..e61669c50d87 100644 --- a/app-vim/eselect-syntax/ChangeLog +++ b/app-vim/eselect-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/eselect-syntax -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/ChangeLog,v 1.10 2007/08/05 15:31:42 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/ChangeLog,v 1.11 2009/12/17 10:22:12 fauli Exp $ + + 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + eselect-syntax-20070506.ebuild: + QA: add prefix keywords 05 Aug 2007; nixnut <nixnut@gentoo.org> eselect-syntax-20070506.ebuild: Stable on ppc wrt bug 185691 diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild index 17a531f3f1f8..bfc764408ba1 100644 --- a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild +++ b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild,v 1.11 2007/08/25 11:45:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild,v 1.12 2009/12/17 10:22:12 fauli Exp $ inherit eutils vim-plugin @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="vim" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" DEPEND="!<app-vim/gentoo-syntax-20070506" |