Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762772 - crossdev: stop maintaining /etc/portage/categories
Summary: crossdev: stop maintaining /etc/portage/categories
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Crossdev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-31 11:15 UTC by Sven Wegener
Modified: 2020-12-31 12:23 UTC (History)
0 users

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


Attachments
crossdev-stop-maintaining-etc-portage-categories.patch (crossdev-stop-maintaining-etc-portage-categories.patch,1.76 KB, patch)
2020-12-31 11:15 UTC, Sven Wegener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2020-12-31 11:15:31 UTC
Created attachment 680419 [details, diff]
crossdev-stop-maintaining-etc-portage-categories.patch

portage uses profiles/categories from all overlays and we don't need to define them in /etc/portage/categories
Comment 1 Larry the Git Cow gentoo-dev 2020-12-31 12:23:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=67ac02f3abb1bacda57b6166662a1b526814225e

commit 67ac02f3abb1bacda57b6166662a1b526814225e
Author:     Sven Wegener <swegener@gentoo.org>
AuthorDate: 2020-12-31 11:08:16 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-12-31 12:22:35 +0000

    crossdev: stop maintaining /etc/portage/categories
    
    portage uses profiles/categories from all overlays and we don't need to
    define them in /etc/portage/categories
    
    Closes: https://bugs.gentoo.org/762772
    Signed-off-by: Sven Wegener <swegener@gentoo.org>
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 crossdev | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-12-31 12:23:25 UTC
Looks reasonable. Pushed as is.

Thank you!