Krzesimir Nowak
5ae5149cbe
sys-apps/policycoreutils: Drop unnecessary modification
...
The split-usr flag is disabled for all packages in generic images, so
commenting out the symlink creation for split-usr images is not needed
any more.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
e48a011b84
profiles: Disable split-usr for generic images completely
...
We do specify -split-usr in make.defaults for the USE variable but
it's not enough - the base profile in portage-stable forces this flag
and this overrides our defaults. As a workaround, we were using
package.use.force to force-disable split-usr for selected
packages. Now, with addition of more split-usr-using packages in
app-alternatives the list in package.use.force would grow. Instead of
listing all the packages having split-usr in their IUSE, use the
use.force and use.mask file to unforce and mask split-usr for all
packages in generic images.
As a bonus, this also allows us to drop a customization we did in
sys-apps/policycoreutils package.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
9da62c4776
profiles: Drop accept keywords for perl-core/File-Path
...
It's an obsolete entry - we don't have such a package.
2023-01-20 07:29:59 +01:00
Sayan Chowdhury
55a14648c5
app-shells/bash: Apply Flatcar modifications
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
fa616acb18
app-shells/bash: Sync with Gentoo
...
It's from Gentoo commit 1323a3d70d1ead5379b997bd2ef048c898dd6712.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
7ed1bf4c14
coreos-base/coreos: Pull in app-arch/ncompress
...
app-arch/gzip does not install uncompress any more, so pulling in
app-arch/ncompress instead to fill in the gap.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
a43f393643
profiles: Add bison to bootstrap use flags
...
This is to fix the following error during stage2 SDK build:
[[ (3/3) Emerging packages ]]
!!! The ebuild selected to satisfy "app-alternatives/yacc" has unmet requirements.
- app-alternatives/yacc-1-r2::portage-stable USE="-bison -byacc -reference"
The following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( bison byacc reference )
(dependency required by "sys-devel/binutils-2.39-r4::portage-stable" [ebuild])
(dependency required by "sys-devel/gcc-11.3.1_p20221209::portage-stable" [ebuild])
(dependency required by "sys-libs/glibc-2.36-r5::coreos" [ebuild])
(dependency required by "sys-libs/glibc:2.2" [argument])
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
aa53bc2044
profiles: Bump net-misc/rsync version in accept keywords
...
The version we used so far was dropped, so pull something that's
newer.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
3be777a9c5
profiles: Drop accept keywords for net-misc/curl
...
The package became stable for arm64.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
60d186c4bc
profiles: Add accept keywords for GLib packages
...
They are stable for amd64, but not for arm64. Add to avoid version
discrepancies.
2023-01-20 07:29:37 +01:00
Krzesimir Nowak
1bd177b516
profiles: Enable unicode for dev-libs/libpcre2
2023-01-20 07:27:44 +01:00
Krzesimir Nowak
470ade39c2
profiles: Drop accept keywords for app-portage/portage-utils
...
The package became stable for amd64 too.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
008ba273cb
profiles: Bump accept keywords for app-crypt/adcli
...
This got released 3 months ago, so we could start using it.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
60136e23fb
profiles: Drop accept keywords for app-editors/vim{,-core}
...
The updated packages are stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
e406d826d8
profiles: Drop accept keywords for app-arch/cpio
...
The updated package is stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
02fb72a8de
.github: Add newly added packages to the list
2023-01-20 07:25:56 +01:00
Krzesimir Nowak
bac7cf2981
sys-apps/i2c-tools: Sync with Gentoo
...
It's from Gentoo commit b3f1a4d6918e7f07a3f78567bcd7d5b2136cae1e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
0d775b1e5a
app-arch/ncompress: Add from Gentoo
...
It's from Gentoo commit 906530eaf5c3f19e56d936a4afe59cddf5d8fdac.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
fa905b4696
app-arch/pbzip2: Sync with Gentoo
...
It's from Gentoo commit 6a05ae558abc3fa30efec7feb290ab039024d8ab.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
60d383afed
app-arch/lbzip2: Sync with Gentoo
...
It's from Gentoo commit 524ac2e8f417bdbe556aa92b17121be3fb744e0a.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
197bd36ddb
sys-apps/gawk: Sync with Gentoo
...
It's from Gentoo commit 638eafa4e1eef002d0296826dfe7c647e17cd08e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
112e482ab1
virtual/perl-version: Sync with Gentoo
...
It's from Gentoo commit 2622066207e23be4e808656cbab1e537873798ff.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bf283f3b60
dev-perl/libintl-perl: Sync with Gentoo
...
It's from Gentoo commit d0d63a5c3436a56c444c78bd9879d53772d10cd1.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
e96cdb8a29
dev-perl/Unicode-EastAsianWidth: Sync with Gentoo
...
It's from Gentoo commit b8d12578f5a1e129a7af340630c939ef965c0ff8.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
1047ff1eef
dev-perl/Text-Unidecode: Sync with Gentoo
...
It's from Gentoo commit 236ed274bf6e297d2c7106c5637318da825ff93e.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
4d265cf98f
dev-perl/Parse-Yapp: Sync with Gentoo
...
It's from Gentoo commit 3e62c5bf0414d558388da435d72c39472d5ea081.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bd91967abf
dev-perl/Locale-gettext: Sync with Gentoo
...
It's from Gentoo commit b058f398d19bf6114f21e4a009ccd7b003eab8eb.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
efc4860b55
virtual/perl-Carp: Sync with Gentoo
...
It's from Gentoo commit d32e7e85c728b2346a707514030a9aac27f55e80.
2023-01-20 07:24:30 +01:00
Krzesimir Nowak
bb756c4aef
perl-core/File-Temp: Sync with Gentoo
...
It's from Gentoo commit 2931d00b7cd9fd7e7f62d812e16f60673b05e68e.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
113269b2df
virtual/perl-File-Spec: Sync with Gentoo
...
It's from Gentoo commit c3c2fffaf03fdefc30bf7b9efe84ee65c9e0b23f.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
76567dd6d5
virtual/perl-Getopt-Long: Sync with Gentoo
...
It's from Gentoo commit e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
3dd72a2ea4
virtual/perl-Exporter: Sync with Gentoo
...
It's from Gentoo commit 094bcc3af82d39e29658265dedb7ef857a8e741d.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
73821916a4
virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
...
It's from Gentoo commit 7f1ba40b37a887251d61cde2de98891a9377a8f3.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
7a06d1d2ab
virtual/perl-IO: Sync with Gentoo
...
It's from Gentoo commit 5da74d2e86418dc908f6ef49cc87a972eace3f72.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
637d0abcbf
virtual/perl-File-Temp: Sync with Gentoo
...
It's from Gentoo commit 4b8f0d6176a05f766e5c112800c8eb44eccffb37.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
2f46728328
app-cdr/cdrtools: Sync with Gentoo
...
It's from Gentoo commit 7ed3f72db921a410788a6a4ae6507c517c80c444.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
6b94515c74
app-arch/tar: Sync with Gentoo
...
It's from Gentoo commit da87c7a0f40c0e6a28fb139c668c3de6dc25631f.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
93857860ce
app-alternatives/tar: Add from Gentoo
...
It's from Gentoo commit 67c702b9cab2c3366f855b5a083ae33da982891b.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
f198ea5a52
app-alternatives/sh: Add from Gentoo
...
It's from Gentoo commit bdfbc6b12be8b6a186f27adc63308b93edac9c7b.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
7ba020ed15
app-arch/pigz: Sync with Gentoo
...
It's from Gentoo commit 8ee8f63ef9313e478246cffcd855f0d5e73bc962.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
5aa67763e2
app-arch/gzip: Sync with Gentoo
...
It's from Gentoo commit 320f20babbe68947121b65c0e233f63234afd542.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
3a5c07c0b1
app-alternatives/gzip: Add from Gentoo
...
It's from Gentoo commit d06f9f0d0d1ddb309e4a028a8f0f44a5247d85e9.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
48eddefb71
app-alternatives/lex: Add from Gentoo
...
It's from Gentoo commit 3a54dcaa7467beb24e340830f870062cd33fa939.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
cb1a92605e
app-alternatives/bc: Add from Gentoo
...
It's from Gentoo commit 0f71b145bffd812f36dbcdeba84f47f44bffa7e8.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
8614424344
app-alternatives/cpio: Add from Gentoo
...
It's from Gentoo commit 1b81b16c37298cabcfdcbb367941d9e0ea51aac2.
2023-01-20 07:24:29 +01:00
Krzesimir Nowak
763b1ac69b
app-alternatives/bzip2: Add from Gentoo
...
It's from Gentoo commit ca66920b8d97794aeea2fe783c17b55328821e17.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
c372b5d0e3
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit e3e710629008967b98b976edbb05e31988a75a72.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
497ad2ae73
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit 339f7825ecb9ee0ea13172efbb403ebd27ef7e1d.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
ff1b8ef69f
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 46157aa6b7e7bd9f041e5ac61a4a218fc33280e4.
2023-01-20 07:24:29 +01:00
Flatcar Buildbot
7d5be102f0
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 8e2f466796d1d00897aa85116d8ec43c3f70e834.
2023-01-20 07:24:29 +01:00