diff options
Diffstat (limited to 'app-mobilephone/dfu-util/dfu-util-9999.ebuild')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 71688820d59d..4dafa32e9374 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.2 2011/08/07 13:20:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.3 2011/09/21 07:52:31 mgorny Exp $ EAPI="2" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.openezx.org/dfu-util.git" - inherit autotools git + EGIT_REPO_URI="git://git.openezx.org/${PN}.git + http://cgit.openezx.org/${PN}/" + inherit autotools git-2 SRC_URI="" #KEYWORDS="" else @@ -26,7 +27,6 @@ RDEPEND="${DEPEND}" src_prepare() { if [[ ${PV} == "9999" ]] ; then - git_src_prepare eautoreconf fi sed -i '/^bin_PROGRAMS/s:dfu-util_static[^ ]*::' src/Makefile.in |