diff options
author | 2007-10-09 12:30:45 +0000 | |
---|---|---|
committer | 2007-10-09 12:30:45 +0000 | |
commit | 6531f36d36f51117a22623d2b3116d3ec772afc8 (patch) | |
tree | 23f797aebae310c2166e919ae9d9e5eb83afa8cf /dev-util/monotone/monotone-0.35.ebuild | |
parent | Move rm command to src_unpack. (diff) | |
download | gentoo-2-6531f36d36f51117a22623d2b3116d3ec772afc8.tar.gz gentoo-2-6531f36d36f51117a22623d2b3116d3ec772afc8.tar.bz2 gentoo-2-6531f36d36f51117a22623d2b3116d3ec772afc8.zip |
stable ppc, bug #187158
(Portage version: 2.1.3.12)
Diffstat (limited to 'dev-util/monotone/monotone-0.35.ebuild')
-rw-r--r-- | dev-util/monotone/monotone-0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/monotone/monotone-0.35.ebuild b/dev-util/monotone/monotone-0.35.ebuild index 04c831bef641..36fde59c729a 100644 --- a/dev-util/monotone/monotone-0.35.ebuild +++ b/dev-util/monotone/monotone-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.35.ebuild,v 1.4 2007/10/07 14:56:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.35.ebuild,v 1.5 2007/10/09 12:30:45 pylon 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" |