diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-01 01:32:26 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-01 01:32:26 +0000 |
commit | 0f55160beb4423409d4b21e5d8f73f52ccf8207e (patch) | |
tree | b7ee7b1d7ca4cda7668937db50e505ab7eabff31 /sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | |
parent | Initial import (diff) | |
download | historical-0f55160beb4423409d4b21e5d8f73f52ccf8207e.tar.gz historical-0f55160beb4423409d4b21e5d8f73f52ccf8207e.tar.bz2 historical-0f55160beb4423409d4b21e5d8f73f52ccf8207e.zip |
ppc64 needs gnuconfig_update
Diffstat (limited to 'sys-libs/gdbm/gdbm-1.8.0-r5.ebuild')
-rw-r--r-- | sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild index 5ef1efb9d375..a1e50166bba1 100644 --- a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.29 2004/02/19 23:11:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.30 2004/03/01 01:32:18 tgall Exp $ inherit gnuconfig eutils flag-o-matic @@ -28,6 +28,7 @@ src_unpack() { use hppa && gnuconfig_update use amd64 && gnuconfig_update use ia64 && gnuconfig_update + use ppc64 && gnuconfig_update } src_compile() { |