diff options
-rw-r--r-- | app-pda/barry/barry-0.16.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-pda/barry/barry-0.16.ebuild b/app-pda/barry/barry-0.16.ebuild index 513abcd97907..cbf9a3050cf1 100644 --- a/app-pda/barry/barry-0.16.ebuild +++ b/app-pda/barry/barry-0.16.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-pda/barry/barry-0.16.ebuild,v 1.1 2009/10/18 18:45:50 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.16.ebuild,v 1.2 2009/10/18 23:51:41 mr_bones_ Exp $ inherit base @@ -33,7 +33,6 @@ RDEPEND="dev-libs/libusb >=dev-cpp/glibmm-2.4 ) opensync? ( =app-pda/libopensync-0.22* )" - src_compile(){ econf \ $(use_with boost boost =/usr/include) \ @@ -82,4 +81,3 @@ pkg_postinst() { ewarn "Use at least kernel 2.6.22 and/or disable USB_SUSPEND." ewarn } - |