# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit linux-info linux-mod git-r3 DESCRIPTION="Driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter" HOMEPAGE="https://github.com/abperiasamy/rtl8812AU_8821AU_linux" EGIT_REPO_URI="https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git" #EGIT_COMMIT="c33ddb05a77741d2a9c9b974ad0cf0fa26d17b6e" LICENSE="GPL-2" SLOT="0" #KEYWORDS="~amd64 ~x86" IUSE="" MODULE_NAMES="rtl8812au(net/wireless:)" BUILD_TARGETS="clean modules" src_prepare() { epatch "${FILESDIR}"/${P}_nowarnerrors.patch default }