diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-23 13:06:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-23 13:06:27 +0000 |
commit | 28bbb4eb7f718b7e6b6f1f568a3389410dd48abd (patch) | |
tree | 01e9f249cbfaf4e02dfe3d0781239d92340a0d64 /dev-vcs | |
parent | Stable for HPPA (bug #533316). (diff) | |
download | gentoo-2-28bbb4eb7f718b7e6b6f1f568a3389410dd48abd.tar.gz gentoo-2-28bbb4eb7f718b7e6b6f1f568a3389410dd48abd.tar.bz2 gentoo-2-28bbb4eb7f718b7e6b6f1f568a3389410dd48abd.zip |
Stable for HPPA (bug #533008).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index b3695112bcd8..705f92e18955 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.162 2014/12/23 09:03:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.163 2014/12/23 13:06:27 jer Exp $ + + 23 Dec 2014; Jeroen Roovers <jer@gentoo.org> mercurial-3.2.3.ebuild: + Stable for HPPA (bug #533008). 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mercurial-3.2.3.ebuild: Stable for x86, wrt bug #533008 diff --git a/dev-vcs/mercurial/mercurial-3.2.3.ebuild b/dev-vcs/mercurial/mercurial-3.2.3.ebuild index 44713c070e11..79c056edbd12 100644 --- a/dev-vcs/mercurial/mercurial-3.2.3.ebuild +++ b/dev-vcs/mercurial/mercurial-3.2.3.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-3.2.3.ebuild,v 1.3 2014/12/23 09:03:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 1.4 2014/12/23 13:06:27 jer 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 ~ppc-aix ~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 ~ppc-aix ~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" RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) |