summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-08-18 23:14:21 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-08-18 23:14:21 +0000
commit9f78532166d11079ed3517f76206d7c0798ab41c (patch)
treed422c2aa998ba7598af1254d6c0ec2c0b5b26788 /gnome-base
parentStable on sh. (diff)
downloadgentoo-2-9f78532166d11079ed3517f76206d7c0798ab41c.tar.gz
gentoo-2-9f78532166d11079ed3517f76206d7c0798ab41c.tar.bz2
gentoo-2-9f78532166d11079ed3517f76206d7c0798ab41c.zip
Fixed multilib-strict issue, bug 102562.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/oaf/ChangeLog7
-rw-r--r--gnome-base/oaf/Manifest4
-rw-r--r--gnome-base/oaf/oaf-0.6.10.ebuild8
3 files changed, 12 insertions, 7 deletions
diff --git a/gnome-base/oaf/ChangeLog b/gnome-base/oaf/ChangeLog
index f714a423d2da..b72c769eb5a3 100644
--- a/gnome-base/oaf/ChangeLog
+++ b/gnome-base/oaf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/oaf
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.19 2004/12/16 11:01:39 corsair Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.20 2005/08/18 23:14:21 herbs Exp $
+
+ 18 Aug 2005; Herbie Hopkins <herbs@gentoo.org> oaf-0.6.10.ebuild:
+ Fixed multilib-strict issue, bug 102562.
16 Dec 2004; Markus Rothe <corsair@gentoo.org> oaf-0.6.10.ebuild:
Stable on ppc64
diff --git a/gnome-base/oaf/Manifest b/gnome-base/oaf/Manifest
index 72dbc7bcccc0..850e9196f480 100644
--- a/gnome-base/oaf/Manifest
+++ b/gnome-base/oaf/Manifest
@@ -1,4 +1,4 @@
-MD5 cc06bd168676819782196c6401a04786 ChangeLog 2200
+MD5 f47976baba4da5d400cdef8081924109 oaf-0.6.10.ebuild 1144
+MD5 6343fb08b8fb3b396688e01fce029bce ChangeLog 2312
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 7cbf1c99fef485c69d7c3d8f901a4554 oaf-0.6.10.ebuild 1069
MD5 3d83936ec476ca5f5f44ef110432b55f files/digest-oaf-0.6.10 63
diff --git a/gnome-base/oaf/oaf-0.6.10.ebuild b/gnome-base/oaf/oaf-0.6.10.ebuild
index 8c393ea08ead..a83bbe16d5fb 100644
--- a/gnome-base/oaf/oaf-0.6.10.ebuild
+++ b/gnome-base/oaf/oaf-0.6.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.21 2004/12/16 11:01:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.22 2005/08/18 23:14:21 herbs Exp $
-inherit gnome.org libtool gnuconfig
+inherit gnome.org libtool gnuconfig multilib
DESCRIPTION="Object Activation Framework for GNOME"
HOMEPAGE="http://www.gnome.org/"
@@ -30,6 +30,7 @@ src_compile() {
./configure --host=${CHOST} \
--prefix=/usr \
+ --libdir=/usr/$(get_libdir) \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--localstatedir=/var/lib \
@@ -40,6 +41,7 @@ src_compile() {
src_install() {
make prefix=${D}/usr \
+ libdir=${D}/usr/$(get_libdir) \
mandir=${D}/usr/share/man \
sysconfdir=${D}/etc \
localstatedir=${D}/var/lib \