diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:45 +0000 |
commit | 56888920aa1d445c4fff0283ab6ea774388effe4 (patch) | |
tree | 2703e7261447596617b9c97a9465df4e917f78fe /net-im | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | gentoo-2-56888920aa1d445c4fff0283ab6ea774388effe4.tar.gz gentoo-2-56888920aa1d445c4fff0283ab6ea774388effe4.tar.bz2 gentoo-2-56888920aa1d445c4fff0283ab6ea774388effe4.zip |
sync IUSE (+esd, +mozilla), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnophone/gnophone-0.2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/gnophone/gnophone-0.2.4.ebuild | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-im/gnophone/gnophone-0.2.4-r1.ebuild b/net-im/gnophone/gnophone-0.2.4-r1.ebuild index 513f3d4969a0..3422052d7081 100644 --- a/net-im/gnophone/gnophone-0.2.4-r1.ebuild +++ b/net-im/gnophone/gnophone-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnophone/gnophone-0.2.4-r1.ebuild,v 1.6 2004/07/01 22:18:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnophone/gnophone-0.2.4-r1.ebuild,v 1.7 2004/07/15 00:12:45 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" +IUSE="esd mozilla" DEPEND="media-sound/gsm net-libs/iax media-sound/sox diff --git a/net-im/gnophone/gnophone-0.2.4.ebuild b/net-im/gnophone/gnophone-0.2.4.ebuild index 2f25639ecc72..a6c6a2ffccd2 100644 --- a/net-im/gnophone/gnophone-0.2.4.ebuild +++ b/net-im/gnophone/gnophone-0.2.4.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/net-im/gnophone/gnophone-0.2.4.ebuild,v 1.8 2004/07/01 22:18:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnophone/gnophone-0.2.4.ebuild,v 1.9 2004/07/15 00:12:45 agriffis Exp $ -IUSE="" +IUSE="esd mozilla" DESCRIPTION="internet telephone" HOMEPAGE="http://www.gnophone.com/" @@ -30,8 +30,6 @@ RDEPEND="media-sound/gsm SLOT="0" SRC_URI="ftp://ftp.gnophone.com/pub/gnophone/${P}.tar.gz" -S=${WORKDIR}/${P} - D_PREFIX=/usr KEYWORDS="x86" |