diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 12:39:10 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 12:39:10 +0000 |
commit | 31dc9412c48eb9b55157eda9af2ba2796f0859b3 (patch) | |
tree | 75657caba75009e5ba8511f4d5c90bcbb9e00d78 /dev-util/monotone | |
parent | Stable on ppc wrt bug 245303 (diff) | |
download | gentoo-2-31dc9412c48eb9b55157eda9af2ba2796f0859b3.tar.gz gentoo-2-31dc9412c48eb9b55157eda9af2ba2796f0859b3.tar.bz2 gentoo-2-31dc9412c48eb9b55157eda9af2ba2796f0859b3.zip |
Stable on ppc wrt bug 245390
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/monotone')
-rw-r--r-- | dev-util/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index 96c5c981f448..b3088f6ce10b 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.57 2008/11/03 22:54:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.58 2008/11/08 12:39:10 nixnut Exp $ + + 08 Nov 2008; nixnut <nixnut@gentoo.org> monotone-0.40.ebuild: + Stable on ppc wrt bug 245390 03 Nov 2008; Markus Meier <maekke@gentoo.org> monotone-0.40.ebuild: amd64/x86 stable, bug #244390 diff --git a/dev-util/monotone/monotone-0.40.ebuild b/dev-util/monotone/monotone-0.40.ebuild index f6a6d64eb264..5da9bef63bb9 100644 --- a/dev-util/monotone/monotone-0.40.ebuild +++ b/dev-util/monotone/monotone-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.3 2008/11/03 22:54:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.4 2008/11/08 12:39:10 nixnut Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -10,7 +10,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" |