diff options
author | 2010-10-19 18:12:20 +0000 | |
---|---|---|
committer | 2010-10-19 18:12:20 +0000 | |
commit | 12a0eeeffde63f40124b72070226a4d6093caa6c (patch) | |
tree | af1bc12ca5cef82c796fbc5872c207d6b8ee9dfc /dev-vcs | |
parent | stable ppc, bug 329155 (diff) | |
download | gentoo-2-12a0eeeffde63f40124b72070226a4d6093caa6c.tar.gz gentoo-2-12a0eeeffde63f40124b72070226a4d6093caa6c.tar.bz2 gentoo-2-12a0eeeffde63f40124b72070226a4d6093caa6c.zip |
stable ppc, bug 338345
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-vcs')
-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 94e76412e7c4..251104e0b698 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.6 2010/10/06 19:54:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.7 2010/10/19 18:12:20 ranger Exp $ + + 19 Oct 2010; Brent Baude <ranger@gentoo.org> monotone-0.48.ebuild: + stable ppc, bug 338345 06 Oct 2010; Markus Meier <maekke@gentoo.org> monotone-0.48.ebuild: x86 stable, bug #338345 diff --git a/dev-vcs/monotone/monotone-0.48.ebuild b/dev-vcs/monotone/monotone-0.48.ebuild index ccf91825be3b..f0a4aa7d61dc 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.3 2010/10/06 19:54:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.48.ebuild,v 1.4 2010/10/19 18:12:20 ranger 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 |