Skip to content

Commit

Permalink
sys-kernel/bootengine: enable 10i18n dracut module
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Mar 13, 2024
1 parent 4e00040 commit fd2df6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
CROS_WORKON_PROJECT="flatcar/bootengine"
CROS_WORKON_PROJECT="ader1990/bootengine"
CROS_WORKON_LOCALNAME="bootengine"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_REPO="https://github.com"

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0bade95d3b33b75b6c827d2db2f9298aff0ca05f" # flatcar-master
CROS_WORKON_COMMIT="81271b5eb23459d3f3e2b18ebaaa66c2b2257d44" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit fd2df6b

Please sign in to comment.