diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-07-16 05:07:20 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-07-16 05:07:20 +0000 |
commit | 166b8ea1726dae20cab744a84af789de00fded08 (patch) | |
tree | 800a75493f9ef79784080a2637fe5dcb18639cae /app-editors | |
parent | Initial import, partly based on an old ebuild in sunrise (diff) | |
download | gentoo-2-166b8ea1726dae20cab744a84af789de00fded08.tar.gz gentoo-2-166b8ea1726dae20cab744a84af789de00fded08.tar.bz2 gentoo-2-166b8ea1726dae20cab744a84af789de00fded08.zip |
QA: Revert previous commit because a) the manifest is broke, b) will create circular deps since app-editors/vim wasn't keyworded at the same time
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.2.442.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index c1a84cee5175..a507e8fac902 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim-core # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.335 2010/07/15 21:47:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.336 2010/07/16 05:07:20 darkside Exp $ + + 16 Jul 2010; Jeremy Olexa <darkside@gentoo.org> vim-core-7.2.442.ebuild: + QA: Revert previous commit because a) the manifest is broke, b) will + create circular deps since app-editors/vim wasn't keyworded at the same + time 15 Jul 2010; Markus Meier <maekke@gentoo.org> vim-core-7.2.442.ebuild: arm/x86 stable, bug #328261 diff --git a/app-editors/vim-core/vim-core-7.2.442.ebuild b/app-editors/vim-core/vim-core-7.2.442.ebuild index 1efb63715f9b..22ea24131198 100644 --- a/app-editors/vim-core/vim-core-7.2.442.ebuild +++ b/app-editors/vim-core/vim-core-7.2.442.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.442.ebuild,v 1.4 2010/07/15 21:47:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.442.ebuild,v 1.5 2010/07/16 05:07:20 darkside Exp $ EAPI=3 inherit vim @@ -18,5 +18,5 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" |