mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
pentoo-installer: add keywords since we use that crap in production, https://github.com/pentoo/pentoo-overlay/pull/301
This commit is contained in:
parent
44e6a87976
commit
22cc215f12
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
@ -13,7 +12,7 @@ EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "99999999" ]] ; then
|
||||
KEYWORDS=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
else
|
||||
KEYWORDS="amd64 x86"
|
||||
SRC_URI="https://dev.pentoo.ch/~zero/distfiles/${P}.tar.xz"
|
||||
|
|
|
|||
Loading…
Reference in a new issue