Skip to content

Commit

Permalink
sys-kernel/linux-firmware: add alpha keyword
Browse files Browse the repository at this point in the history
Gentoo-Bug: 573130

Package-Manager: portage-2.2.27
  • Loading branch information
klausman committed Feb 4, 2016
1 parent ac9ac2f commit 3f139de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-kernel/linux-firmware/linux-firmware-20151207.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ if [[ ${PV} == 99999999* ]]; then
inherit git-2
SRC_URI=""
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
else
SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi

DESCRIPTION="Linux firmware files"
Expand Down

0 comments on commit 3f139de

Please sign in to comment.