summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-08-08 10:26:41 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-08-08 10:26:41 +0000
commitc3d21661ef6315fdfb618e5843d196f61f45139e (patch)
treeb6d88fa5604488f6edf72ed2e3336710338a12e2 /dev-dotnet/pnetlib
parentStable on alpha. (diff)
downloadhistorical-c3d21661ef6315fdfb618e5843d196f61f45139e.tar.gz
historical-c3d21661ef6315fdfb618e5843d196f61f45139e.tar.bz2
historical-c3d21661ef6315fdfb618e5843d196f61f45139e.zip
~ppc64. yay :)
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild6
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
}