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/monotone-0.40.ebuild | |
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/monotone-0.40.ebuild')
-rw-r--r-- | dev-util/monotone/monotone-0.40.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |