summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-01-25 11:46:54 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-01-25 11:46:54 +0000
commita061dd76ea18508f38f3cf7f5e0165db1d300fb4 (patch)
tree823a40872121e6716821fe475fd5077255b4ef7f /dev-dotnet
parentRemove unused inherit.autotools (diff)
downloadhistorical-a061dd76ea18508f38f3cf7f5e0165db1d300fb4.tar.gz
historical-a061dd76ea18508f38f3cf7f5e0165db1d300fb4.tar.bz2
historical-a061dd76ea18508f38f3cf7f5e0165db1d300fb4.zip
Multilibify
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild3
-rw-r--r--dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild b/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild
index 47439d4ee491..bab97dd01d7f 100644
--- a/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild
+++ b/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild,v 1.1 2009/01/25 11:38:53 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ipod-sharp/ipod-sharp-0.8.2.ebuild,v 1.2 2009/01/25 11:45:29 loki_val Exp $
EAPI=2
@@ -32,4 +32,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README
+ mono_multilib_comply
}
diff --git a/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild b/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild
index e9a8c6f836df..3e4ca346c395 100644
--- a/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild
+++ b/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild,v 1.1 2009/01/25 11:30:46 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild,v 1.2 2009/01/25 11:46:54 loki_val Exp $
EAPI=2
@@ -33,4 +33,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README
+ mono_multilib_comply
}