diff options
author | Markus Meier <maekke@gentoo.org> | 2010-10-06 19:54:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-10-06 19:54:56 +0000 |
commit | 695e4b1b732504a132b2b327300ee404ad8df40f (patch) | |
tree | 773faa77388a4798ba8a904d9313c6582e445b98 /dev-vcs/monotone | |
parent | Version bump. Project moved to gnome.org. Fix some UI bugs. (diff) | |
download | gentoo-2-695e4b1b732504a132b2b327300ee404ad8df40f.tar.gz gentoo-2-695e4b1b732504a132b2b327300ee404ad8df40f.tar.bz2 gentoo-2-695e4b1b732504a132b2b327300ee404ad8df40f.zip |
x86 stable, bug #338345
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/monotone')
-rw-r--r-- | dev-vcs/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-0.48.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/monotone/ChangeLog b/dev-vcs/monotone/ChangeLog index 80e7c5002610..94e76412e7c4 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.5 2010/09/22 19:17:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.6 2010/10/06 19:54:56 maekke Exp $ + + 06 Oct 2010; Markus Meier <maekke@gentoo.org> monotone-0.48.ebuild: + x86 stable, bug #338345 22 Sep 2010; Markos Chandras <hwoarang@gentoo.org> monotone-0.48.ebuild: Stable on amd64 wrt bug #338345 diff --git a/dev-vcs/monotone/monotone-0.48.ebuild b/dev-vcs/monotone/monotone-0.48.ebuild index 6ca815726f01..ccf91825be3b 100644 --- a/dev-vcs/monotone/monotone-0.48.ebuild +++ b/dev-vcs/monotone/monotone-0.48.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.ebuild,v 1.2 2010/09/22 19:17:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.48.ebuild,v 1.3 2010/10/06 19:54:56 maekke 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 |