diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 12:25:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 12:25:14 +0000 |
commit | f793d56e2d60aab533860a9fd29d435554ea0107 (patch) | |
tree | c3882677a566fb88295a6494bdadbf00ab56a88e /dev-vcs | |
parent | Version bump (diff) | |
download | gentoo-2-f793d56e2d60aab533860a9fd29d435554ea0107.tar.gz gentoo-2-f793d56e2d60aab533860a9fd29d435554ea0107.tar.bz2 gentoo-2-f793d56e2d60aab533860a9fd29d435554ea0107.zip |
Stable on amd64 wrt bug #342705
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-0.48.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/monotone/ChangeLog b/dev-vcs/monotone/ChangeLog index 0386ffde5154..02fb7f505c1c 100644 --- a/dev-vcs/monotone/ChangeLog +++ b/dev-vcs/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/monotone # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.9 2010/10/29 15:24:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.10 2010/10/31 12:25:14 hwoarang Exp $ + + 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> monotone-0.48.1.ebuild: + Stable on amd64 wrt bug #342705 *monotone-0.99-r1 (29 Oct 2010) *monotone-0.48.1 (29 Oct 2010) diff --git a/dev-vcs/monotone/monotone-0.48.1.ebuild b/dev-vcs/monotone/monotone-0.48.1.ebuild index 6f11462873f6..036e79917c0b 100644 --- a/dev-vcs/monotone/monotone-0.48.1.ebuild +++ b/dev-vcs/monotone/monotone-0.48.1.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/dev-vcs/monotone/monotone-0.48.1.ebuild,v 1.1 2010/10/29 15:24:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.48.1.ebuild,v 1.2 2010/10/31 12:25:14 hwoarang Exp $ EAPI=2 inherit bash-completion elisp-common eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://monotone.ca/downloads/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~x86" IUSE="doc emacs ipv6 nls" RDEPEND="sys-libs/zlib |