diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 02:49:56 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 02:49:56 +0000 |
commit | 3ef45708ce80e66e165e0268eeb361f62ba157f7 (patch) | |
tree | 3b80129bd20e0b7c97548dfa6b1943dbf6920355 /net-libs/iax/iax-0.2.2.ebuild | |
parent | Added CONFIG_PROTECT* (diff) | |
download | gentoo-2-3ef45708ce80e66e165e0268eeb361f62ba157f7.tar.gz gentoo-2-3ef45708ce80e66e165e0268eeb361f62ba157f7.tar.bz2 gentoo-2-3ef45708ce80e66e165e0268eeb361f62ba157f7.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'net-libs/iax/iax-0.2.2.ebuild')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 6d8e4bdfb9e8..95d73d0cfa4c 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,6 +1,6 @@ -# 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/net-libs/iax/iax-0.2.2.ebuild,v 1.6 2004/07/15 00:50:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.7 2005/04/24 02:45:44 hansmi Exp $ IUSE="" @@ -14,7 +14,7 @@ SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz" D_PREFIX=/usr -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" src_compile() { ./configure --prefix=${D_PREFIX} --enable-autoupdate |