diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-14 18:16:59 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-14 18:16:59 +0000 |
commit | b623726c15e682004cfb3b355bb0334dd2b74f3b (patch) | |
tree | 1a911c299402016ec1347d7a0f77102ee7540aae /dev-lang/mono | |
parent | ppc stable, bug #139612 (diff) | |
download | gentoo-2-b623726c15e682004cfb3b355bb0334dd2b74f3b.tar.gz gentoo-2-b623726c15e682004cfb3b355bb0334dd2b74f3b.tar.bz2 gentoo-2-b623726c15e682004cfb3b355bb0334dd2b74f3b.zip |
ppc stable, bug #139612
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.13.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 580e572899ab..a30449a60d6d 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/mono # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.87 2006/07/12 21:04:30 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.88 2006/07/14 18:16:59 dertobi123 Exp $ + + 14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> + mono-1.1.13.6.ebuild: + ppc stable, bug #139612 12 Jul 2006; Peter Johanson <latexer@gentoo.org> mono-1.1.16.1.ebuild: Fix incorrect path bug only hit building on multilib systems. See bug #140153. diff --git a/dev-lang/mono/mono-1.1.13.6.ebuild b/dev-lang/mono/mono-1.1.13.6.ebuild index cf24db675376..c47c701f2ec2 100644 --- a/dev-lang/mono/mono-1.1.13.6.ebuild +++ b/dev-lang/mono/mono-1.1.13.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.6.ebuild,v 1.2 2006/07/12 18:07:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.6.ebuild,v 1.3 2006/07/14 18:16:59 dertobi123 Exp $ inherit eutils mono flag-o-matic multilib autotools @@ -12,7 +12,7 @@ SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="nptl X" DEPEND=">=dev-libs/glib-2.0 |