diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-08 10:26:41 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-08 10:26:41 +0000 |
commit | 89fed3081f10fd64c91f3086e746a285e0bef283 (patch) | |
tree | 2edd86643e4001a3c62ac3b88ac069473ee3ac31 /dev-dotnet/pnetlib | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-89fed3081f10fd64c91f3086e746a285e0bef283.tar.gz gentoo-2-89fed3081f10fd64c91f3086e746a285e0bef283.tar.bz2 gentoo-2-89fed3081f10fd64c91f3086e746a285e0bef283.zip |
~ppc64. yay :)
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild index 6b1ca3ff410a..524278738baa 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild,v 1.1 2004/08/08 07:45:11 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild,v 1.2 2004/08/08 10:25:25 scandium Exp $ DESCRIPTION="Portable .NET C# library" HOMEPAGE="http://www.dotgnu.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="X" DEPEND="=dev-dotnet/pnet-${PV}* @@ -18,7 +18,7 @@ src_compile() { local lib_profile="default1.1" einfo "Using profile: ${lib_profile}" - econf --with-profile=${lib_profile}|| die + econf --with-profile=${lib_profile} || die emake || die } |