diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 09:57:17 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 09:57:17 +0000 |
commit | 4cba351531eda9d61ba1fd28af78563b78bd069f (patch) | |
tree | adb21e223554a115bc5611bff421502de6c834af /net-dialup/dial | |
parent | Remove obsolete versions. Add description to metadata.xml. (diff) | |
download | gentoo-2-4cba351531eda9d61ba1fd28af78563b78bd069f.tar.gz gentoo-2-4cba351531eda9d61ba1fd28af78563b78bd069f.tar.bz2 gentoo-2-4cba351531eda9d61ba1fd28af78563b78bd069f.zip |
simplify the dependencies and quote parameterized strings
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/dial')
-rw-r--r-- | net-dialup/dial/dial-1.2.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-dialup/dial/dial-1.2.ebuild b/net-dialup/dial/dial-1.2.ebuild index 9e5d22932e95..90a5938b0019 100644 --- a/net-dialup/dial/dial-1.2.ebuild +++ b/net-dialup/dial/dial-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/dial-1.2.ebuild,v 1.7 2005/10/04 18:10:38 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/dial-1.2.ebuild,v 1.8 2006/03/12 09:57:17 mrness Exp $ inherit eutils @@ -13,15 +13,13 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc" -RDEPEND="${DEPEND} - net-dialup/dwun" +RDEPEND="net-dialup/dwun" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gcc3.3.patch + cd "${S}" + epatch "${FILESDIR}/${P}-gcc3.3.patch" } src_compile() { |