diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:48:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:48:32 +0000 |
commit | d1db2aaa2f1d65f7aa101e4cc163e603d5535e68 (patch) | |
tree | de850ea35078ec288097a4fa9c3cca665aa254b0 /dev-vcs | |
parent | add ~arm, bug #501152 (diff) | |
download | gentoo-2-d1db2aaa2f1d65f7aa101e4cc163e603d5535e68.tar.gz gentoo-2-d1db2aaa2f1d65f7aa101e4cc163e603d5535e68.tar.bz2 gentoo-2-d1db2aaa2f1d65f7aa101e4cc163e603d5535e68.zip |
arm stable, bug #500346
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-2.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index f7da3a2910c6..65109e2c1d65 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.136 2014/02/24 01:24:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.137 2014/02/25 20:48:32 maekke Exp $ + + 25 Feb 2014; Markus Meier <maekke@gentoo.org> mercurial-2.8.2.ebuild: + arm stable, bug #500346 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> mercurial-2.8.2.ebuild: x86 stable wrt bug #500346 diff --git a/dev-vcs/mercurial/mercurial-2.8.2.ebuild b/dev-vcs/mercurial/mercurial-2.8.2.ebuild index 5c1cd24701cf..4fd168ee8dd4 100644 --- a/dev-vcs/mercurial/mercurial-2.8.2.ebuild +++ b/dev-vcs/mercurial/mercurial-2.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.8.2.ebuild,v 1.4 2014/02/24 01:24:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.8.2.ebuild,v 1.5 2014/02/25 20:48:32 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk zsh-completion" RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) |