diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-10-21 11:56:16 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-10-21 11:56:16 +0000 |
commit | 0c478b708f560aad4f178b13aed22a8df555eb3f (patch) | |
tree | c9f92da9caec802531c0d9e131ed44ec68b35e21 /app-vim/gundo | |
parent | Marked ~x64-macos, bug #486818 (diff) | |
download | gentoo-2-0c478b708f560aad4f178b13aed22a8df555eb3f.tar.gz gentoo-2-0c478b708f560aad4f178b13aed22a8df555eb3f.tar.bz2 gentoo-2-0c478b708f560aad4f178b13aed22a8df555eb3f.zip |
Marked ~x64-macos, bug #486818
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog index 10b059f8948d..aa413c9272fa 100644 --- a/app-vim/gundo/ChangeLog +++ b/app-vim/gundo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gundo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.10 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.11 2013/10/21 11:56:16 grobian Exp $ + + 21 Oct 2013; Fabian Groffen <grobian@gentoo.org> gundo-2.5.0.ebuild: + Marked ~x64-macos, bug #486818 05 Sep 2013; Michał Górny <mgorny@gentoo.org> gundo-2.5.0.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild index bfabfafde819..4c67a25816fc 100644 --- a/app-vim/gundo/gundo-2.5.0.ebuild +++ b/app-vim/gundo/gundo-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.2 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.3 2013/10/21 11:56:16 grobian Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: visualize your Vim undo tree" HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] app-editors/gvim[${PYTHON_USEDEP}] ) ${PYTHON_DEPS}" |