mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-util/conf2struct: Correct ~mips keyword
It was added as -mips by mistake. Bug: https://bugs.gentoo.org/689340 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
|
||||
inherit git-r3
|
||||
else
|
||||
KEYWORDS="~amd64 -mips ~s390 ~x86"
|
||||
KEYWORDS="~amd64 ~mips ~s390 ~x86"
|
||||
SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
|
||||
inherit git-r3
|
||||
else
|
||||
KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
|
||||
KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86"
|
||||
SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user