Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896096 - mips: promotion from exp -> dev
Summary: mips: promotion from exp -> dev
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: MIPS Linux
: Normal normal (vote)
Assignee: matoro
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 917773 917787 918449 918643 882425 887827 893954 896104 896106 896108 896110 896112 896114 896116 896118 896120 896122 896124 896126 896128 896130 896132 896134 896136 896138 896142 896144 896146 897966 897970 897972 897976 897980 897982 897984 897986 897988 897990 897992 897994 897996 898012 898014 898016 898018 898020 899172 899174 900232 900234 900236 900238 900240 900242 900435 900437 900439 900629 900631 900633 900635 900637 902147 902445 902693 902695 902697 902699 902705 902707 902731 902733 902735 902737 902739 902743 902745 908739 917602 917603 917604 917605 917772 917774 917775 917776 917779 917780 917781 917782 917783 917784 917785 917786 918104 918443 918445 918446 918447 918448 918450 918451 918452 918453 918454 918637 918640 918641 918642 918644 918718 927457 927533 927534
Blocks:
  Show dependency tree
 
Reported: 2023-02-23 22:17 UTC by matoro
Modified: 2024-03-22 14:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2023-02-23 22:17:26 UTC
Tracker for bugs & PRs related to fixing up mips into good enough shape to be promoted from exp to dev.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-03-19 03:22:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711c0c802fda934c7b84f9ef274f320fc9edd273

commit 711c0c802fda934c7b84f9ef274f320fc9edd273
Author:     Matoro Mahri <matoro@users.noreply.github.com>
AuthorDate: 2023-03-14 00:07:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-19 03:16:37 +0000

    profiles/default/linux/mips: reorganize for proper inheritance
    
    musl profiles should be subprofiles of the corresponding non-musl
    profiles, rather than top-level profiles below their relevant arch.
    Otherwise inheritance is incorrect and results in overwriting
    customizations from the musl feature profile.
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
    Closes: https://github.com/gentoo/gentoo/pull/30049
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/default/linux/mips/17.0/{ => mipsel/n64}/musl/eapi       | 0
 .../mips/17.0/{musl/mipsel/n64 => mipsel/n64/musl}/make.defaults  | 5 ++++-
 profiles/default/linux/mips/17.0/mipsel/n64/musl/parent           | 3 +++
 .../default/linux/mips/17.0/{musl/mipsel => mipsel/o32/musl}/eapi | 0
 .../mips/17.0/{musl/mipsel => mipsel/o32/musl}/make.defaults      | 6 +++++-
 profiles/default/linux/mips/17.0/mipsel/o32/musl/parent           | 3 +++
 profiles/default/linux/mips/17.0/musl/mipsel/n64/parent           | 2 --
 profiles/default/linux/mips/17.0/musl/mipsel/o32/make.defaults    | 6 ------
 profiles/default/linux/mips/17.0/musl/mipsel/o32/parent           | 2 --
 profiles/default/linux/mips/17.0/musl/mipsel/parent               | 2 --
 profiles/default/linux/mips/17.0/musl/n64/parent                  | 2 --
 profiles/default/linux/mips/17.0/musl/o32/parent                  | 2 --
 profiles/default/linux/mips/17.0/musl/parent                      | 3 ---
 .../default/linux/mips/17.0/{musl/mipsel/n64 => n64/musl}/eapi    | 0
 .../default/linux/mips/17.0/{musl/n64 => n64/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/17.0/n64/musl/parent                  | 3 +++
 .../default/linux/mips/17.0/{musl/mipsel/o32 => o32/musl}/eapi    | 0
 .../default/linux/mips/17.0/{musl/o32 => o32/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/17.0/o32/musl/parent                  | 3 +++
 .../linux/mips/{17.0/musl/n64 => 23.0/mipsel/n64/musl}/eapi       | 0
 .../mips/23.0/{musl/mipsel/n64 => mipsel/n64/musl}/make.defaults  | 5 ++++-
 profiles/default/linux/mips/23.0/mipsel/n64/musl/parent           | 3 +++
 .../linux/mips/{17.0/musl/o32 => 23.0/mipsel/o32/musl}/eapi       | 0
 .../mips/23.0/{musl/mipsel => mipsel/o32/musl}/make.defaults      | 6 +++++-
 profiles/default/linux/mips/23.0/mipsel/o32/musl/parent           | 3 +++
 profiles/default/linux/mips/23.0/musl/mipsel/n64/eapi             | 1 -
 profiles/default/linux/mips/23.0/musl/mipsel/n64/parent           | 2 --
 profiles/default/linux/mips/23.0/musl/mipsel/o32/eapi             | 1 -
 profiles/default/linux/mips/23.0/musl/mipsel/o32/make.defaults    | 6 ------
 profiles/default/linux/mips/23.0/musl/mipsel/o32/parent           | 2 --
 profiles/default/linux/mips/23.0/musl/mipsel/parent               | 2 --
 profiles/default/linux/mips/23.0/musl/n64/eapi                    | 1 -
 profiles/default/linux/mips/23.0/musl/n64/parent                  | 2 --
 profiles/default/linux/mips/23.0/musl/o32/eapi                    | 1 -
 profiles/default/linux/mips/23.0/musl/o32/parent                  | 2 --
 profiles/default/linux/mips/23.0/musl/parent                      | 3 ---
 profiles/default/linux/mips/23.0/{ => n64}/musl/eapi              | 0
 .../default/linux/mips/23.0/{musl/n64 => n64/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/23.0/n64/musl/parent                  | 3 +++
 profiles/default/linux/mips/23.0/{musl/mipsel => o32/musl}/eapi   | 0
 .../default/linux/mips/23.0/{musl/o32 => o32/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/23.0/o32/musl/parent                  | 3 +++
 profiles/profiles.desc                                            | 8 ++++----
 43 files changed, 50 insertions(+), 54 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2023-03-22 05:30:13 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e39fc2013c4bf9d2a979a4d99f8b849388f0ccf

commit 9e39fc2013c4bf9d2a979a4d99f8b849388f0ccf
Author:     Matoro Mahri <matoro@users.noreply.github.com>
AuthorDate: 2023-03-20 15:59:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-22 05:28:52 +0000

    profiles/arch/mips: mask sys-libs/libcap[tools] on n32
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/mips64/n32/package.use.mask          | 6 ++++++
 profiles/arch/mips/mipsel/mips64el/n32/package.use.mask | 6 ++++++
 2 files changed, 12 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2023-11-20 10:06:37 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef4fc8d981e88fdc68b68a0fa7e82b29d7a2d4

commit b9ef4fc8d981e88fdc68b68a0fa7e82b29d7a2d4
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-19 22:28:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-20 10:03:54 +0000

    x11-libs/colord-gtk: unkeyword 0.3.0 for ~mips
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-libs/colord-gtk/colord-gtk-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7070590ac6dfc788810b4c0a6bbc507ccb216e

commit cf7070590ac6dfc788810b4c0a6bbc507ccb216e
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-19 22:22:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-20 10:03:54 +0000

    x11-terms/xfce4-terminal: unkeyword all for mips
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask                     | 4 ++++
 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild    | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5a36a06900d93cfa38d3166551a951185ae7b1

commit 3c5a36a06900d93cfa38d3166551a951185ae7b1
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-19 22:10:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-20 10:03:53 +0000

    x11-terms/gnome-terminal: unkeyword 3.44.1 for ~mips
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5b466cfac34ad858e399b3f067e5e653c38a37

commit 9e5b466cfac34ad858e399b3f067e5e653c38a37
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-19 22:08:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-20 10:03:53 +0000

    xfce-base/xfce4-settings: unkeyword all for mips
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2023-11-23 17:12:35 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d685a78df5b4b68c1afeac392548af0bfa6739c4

commit d685a78df5b4b68c1afeac392548af0bfa6739c4
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-23 04:08:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-23 17:11:20 +0000

    profiles/arch/mips: mask app-admin/setools[X]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d846e1d87849588b4c0ed2ef4cc4af2e2c6ada5

commit 7d846e1d87849588b4c0ed2ef4cc4af2e2c6ada5
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-23 04:02:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-23 17:11:19 +0000

    profiles/arch/mips: mask net-p2p/bitcoin-core[gui]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc0283de4ddf5be137ae6229a4718e65c4ba657

commit 6fc0283de4ddf5be137ae6229a4718e65c4ba657
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-23 03:55:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-23 17:11:19 +0000

    profiles/arch/mips: mask USE=kde
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97220dc5d00d1900820b27f2c8e85c7df31dbc70

commit 97220dc5d00d1900820b27f2c8e85c7df31dbc70
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-23 03:43:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-23 17:11:18 +0000

    profiles/arch/mips: mask USE=llvm-libunwind
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/use.mask | 1 +
 1 file changed, 1 insertion(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb9165894f2c18e23638d12711c850a46ca4a77

commit 5fb9165894f2c18e23638d12711c850a46ca4a77
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-23 03:23:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-23 17:11:18 +0000

    profiles/arch/mips: mask media-libs/libavif[aom]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 1 +
 1 file changed, 1 insertion(+)
Comment 5 Larry the Git Cow gentoo-dev 2023-11-27 11:23:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d4d9fa1251b4fb68238bef88434d544b63cd44

commit 43d4d9fa1251b4fb68238bef88434d544b63cd44
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-27 02:26:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-27 11:22:24 +0000

    profiles/arch/mips: mask dev-vcs/subversion[kwallet]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae93e67db74f3a87b7ccc7d40265c7f283bc0dec

commit ae93e67db74f3a87b7ccc7d40265c7f283bc0dec
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-25 04:04:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-27 11:22:18 +0000

    profiles/arch/mips: mask media-libs/libheif[aom]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc041727cc3d5c9be528abc5f4c34f4852ab37ba

commit dc041727cc3d5c9be528abc5f4c34f4852ab37ba
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-25 04:00:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-27 11:22:18 +0000

    profiles/arch/mips: mask net-analyzer/rrdtool[rados]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)
Comment 6 Larry the Git Cow gentoo-dev 2023-12-16 02:45:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfd9636fe0dc9a0c83c76fc21f6f411c4dbb6b5

commit 3cfd9636fe0dc9a0c83c76fc21f6f411c4dbb6b5
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-12-15 18:56:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-16 02:43:11 +0000

    profiles/arch/mips: mask media-libs/libjxl
    
    Closes: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/mips/package.mask     | 5 +++++
 profiles/arch/mips/package.use.mask | 5 +++++
 2 files changed, 10 insertions(+)
Comment 7 Larry the Git Cow gentoo-dev 2024-02-13 19:08:39 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7de5bb536fa5fd4371f7ded88ef0924c17a31e

commit 3f7de5bb536fa5fd4371f7ded88ef0924c17a31e
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-02-13 19:05:47 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-02-13 19:08:28 +0000

    profiles: mips 23.0 split-usr musl: reorganize for proper inheritance
    
    This was done for the merged-usr profiles already, but the split-usr
    variants still had the broken layout...
    
    ] commit 711c0c802fda934c7b84f9ef274f320fc9edd273
    ] Author:     Matoro Mahri <matoro@users.noreply.github.com>
    ] AuthorDate: Mon Mar 13 20:07:54 2023 -0400
    ] Commit:     Sam James <sam@gentoo.org>
    ] CommitDate: Sun Mar 19 03:16:37 2023 +0000
    ]
    ]     profiles/default/linux/mips: reorganize for proper inheritance
    ]
    ]     musl profiles should be subprofiles of the corresponding non-musl
    ]     profiles, rather than top-level profiles below their relevant arch.
    ]     Otherwise inheritance is incorrect and results in overwriting
    ]     customizations from the musl feature profile.
    
    Fixes: 711c0c802fda934c7b84f9ef274f320fc9edd273
    Bug: https://bugs.gentoo.org/896096
    Bug: https://github.com/gentoo/gentoo/pull/30049
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 .../default/linux/mips/23.0/split-usr/{ => mipsel/n64}/musl/eapi    | 0
 .../split-usr/{musl/mipsel/n64 => mipsel/n64/musl}/make.defaults    | 5 ++++-
 profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/parent   | 3 +++
 .../linux/mips/23.0/split-usr/{musl/mipsel => mipsel/o32/musl}/eapi | 0
 .../23.0/split-usr/{musl/mipsel => mipsel/o32/musl}/make.defaults   | 6 +++++-
 profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/parent   | 3 +++
 profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/parent   | 2 --
 .../default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults | 6 ------
 profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/parent   | 2 --
 profiles/default/linux/mips/23.0/split-usr/musl/mipsel/parent       | 2 --
 profiles/default/linux/mips/23.0/split-usr/musl/n64/eapi            | 1 -
 profiles/default/linux/mips/23.0/split-usr/musl/n64/parent          | 2 --
 profiles/default/linux/mips/23.0/split-usr/musl/o32/eapi            | 1 -
 profiles/default/linux/mips/23.0/split-usr/musl/o32/parent          | 2 --
 profiles/default/linux/mips/23.0/split-usr/musl/parent              | 3 ---
 .../linux/mips/23.0/split-usr/{musl/mipsel/n64 => n64/musl}/eapi    | 0
 .../linux/mips/23.0/split-usr/{musl/n64 => n64/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/23.0/split-usr/n64/musl/parent          | 3 +++
 .../linux/mips/23.0/split-usr/{musl/mipsel/o32 => o32/musl}/eapi    | 0
 .../linux/mips/23.0/split-usr/{musl/o32 => o32/musl}/make.defaults  | 2 +-
 profiles/default/linux/mips/23.0/split-usr/o32/musl/parent          | 3 +++
 21 files changed, 23 insertions(+), 25 deletions(-)
Comment 8 Larry the Git Cow gentoo-dev 2024-03-01 07:28:14 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7002655a6568d5577e8bcb36026df268b513e287

commit 7002655a6568d5577e8bcb36026df268b513e287
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2024-02-29 01:15:37 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-03-01 07:17:59 +0000

    profiles/arch/mips: mask media-video/ffmpeg[glslang]
    
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 profiles/arch/mips/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2024-03-22 05:45:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5377aa77d96cb89e89b3778ed89c5465b8e5ed6

commit e5377aa77d96cb89e89b3778ed89c5465b8e5ed6
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2024-03-21 16:43:51 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-03-22 05:35:18 +0000

    profiles/arch/mips: mask dev-cpp/eigen[test]
    
    Bug: https://bugs.gentoo.org/804115
    Bug: https://bugs.gentoo.org/896096
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 profiles/arch/mips/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)