diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-03-22 16:52:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-03-22 16:52:59 +0000 |
commit | aeb0f7a1a00d03f5fa449262ab37dd6433b9bf8a (patch) | |
tree | 94d14efdbd80513a60b2e69f8d64d73370f33a4a /app-mobilephone/obexftp/obexftp-0.23.ebuild | |
parent | old (diff) | |
download | gentoo-2-aeb0f7a1a00d03f5fa449262ab37dd6433b9bf8a.tar.gz gentoo-2-aeb0f7a1a00d03f5fa449262ab37dd6433b9bf8a.tar.bz2 gentoo-2-aeb0f7a1a00d03f5fa449262ab37dd6433b9bf8a.zip |
Fix compile error when bluetooth support is disabled.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/obexftp/obexftp-0.23.ebuild')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.23.ebuild b/app-mobilephone/obexftp/obexftp-0.23.ebuild index 14fa5716f77a..7c2d54f38638 100644 --- a/app-mobilephone/obexftp/obexftp-0.23.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.23.ebuild,v 1.1 2009/02/28 00:02:28 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.23.ebuild,v 1.2 2009/03/22 16:52:59 mrness Exp $ EAPI="2" @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}/${PN}-0.22-ruby-libpath.patch" + epatch "${FILESDIR}/${P}-gentoo.patch" } src_configure() { |