diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-10 18:10:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-10 18:10:07 +0000 |
commit | d6d8c099ca55cc3dce04f4ac3e446b5d7953546c (patch) | |
tree | d98d0a347cf65c9e1e8ea0e7ebcf4ad96993f965 /dev-libs/pth/pth-1.4.0.ebuild | |
parent | Added darwintoolize. (diff) | |
download | historical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.tar.gz historical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.tar.bz2 historical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.zip |
Added to ppc-macos.
Diffstat (limited to 'dev-libs/pth/pth-1.4.0.ebuild')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 3c13f0136e71..c8d51d82b8b4 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.18 2004/08/25 18:51:46 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.19 2004/10/10 18:10:07 usata Exp $ -inherit gnuconfig +inherit gnuconfig libtool DESCRIPTION="GNU Portable Threads" HOMEPAGE="http://www.gnu.org/software/pth/" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 hppa" +KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos" IUSE="" DEPEND="virtual/libc" @@ -18,6 +18,7 @@ DEPEND="virtual/libc" src_unpack() { unpack ${A} gnuconfig_update + use ppc-macos && darwintoolize } src_install() { |