Skip to content

Commit

Permalink
prefix/linux-standalone/*/make.defaults: accept unstable keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
heroxbd committed Mar 2, 2016
1 parent e79a443 commit bf00ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profiles/prefix/linux-standalone/amd64/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

ARCH="amd64"
CHOST="x86_64-pc-linux-gnu"
ACCEPT_KEYWORDS="~amd64-linux"
ACCEPT_KEYWORDS="~amd64 ~amd64-linux"
2 changes: 1 addition & 1 deletion profiles/prefix/linux-standalone/x86/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

ARCH="x86"
CHOST="i686-pc-linux-gnu"
ACCEPT_KEYWORDS="~x86-linux"
ACCEPT_KEYWORDS="~x86 ~x86-linux"

0 comments on commit bf00ad8

Please sign in to comment.