Skip to content

Commit

Permalink
FL-3980: add support for package.accept_keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Jul 29, 2017
1 parent 0b86899 commit 50377c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions targets/gentoo/steps/stage.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ cat > /etc/portage/package.keywords << "EOF"
$[[portage/files/package.keywords:lax]]
EOF
fi
if [ "$[portage/files/package.accept_keywords?]" = "yes" ]
then
cat > /etc/portage/package.accept_keywords << "EOF"
$[[portage/files/package.accept_keywords:lax]]
EOF
fi
if [ "$[portage/files/package.unmask?]" = "yes" ]
then
cat > /etc/portage/package.unmask << "EOF"
Expand Down

0 comments on commit 50377c5

Please sign in to comment.