I have an ebuild for the rtl8192eu, stored in my local overlay. This is the code:
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39.ebuild,v 1.10 2015/05/30 12:30:31 jer Exp $
EAPI=5
inherit linux-mod git-r3
DESCRIPTION="rtl8192eu driver"
EGIT_REPO_URI="https://github.com/Mange/rtl8192eu-linux-driver"
LICENSE=""
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=" "
RDEPEND="${DEPEND}"
S=${WORKDIR}
BUILD_TARGETS="clean modules"
MODULE_NAMES="8192eu(drivers/net/wireless:${S}/${P})"
This ebuild works on Gentoo, but not in the new version 1.3 and 1.4 of Funtoo.
The error message says that " ... cannot fetch the EGIT_REPO_URI"
Question
ser
I have an ebuild for the rtl8192eu, stored in my local overlay. This is the code:
# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39.ebuild,v 1.10 2015/05/30 12:30:31 jer Exp $ EAPI=5 inherit linux-mod git-r3 DESCRIPTION="rtl8192eu driver" EGIT_REPO_URI="https://github.com/Mange/rtl8192eu-linux-driver" LICENSE="" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND=" " RDEPEND="${DEPEND}" S=${WORKDIR} BUILD_TARGETS="clean modules" MODULE_NAMES="8192eu(drivers/net/wireless:${S}/${P})"
This ebuild works on Gentoo, but not in the new version 1.3 and 1.4 of Funtoo.
The error message says that " ... cannot fetch the EGIT_REPO_URI"
why?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts