mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
pentoo-system: fix repo priority
This commit is contained in:
parent
776a766c7b
commit
5d996ad999
4 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[pentoo]
|
||||
priority = 51
|
||||
priority = 49
|
||||
location = /var/db/repos/pentoo
|
||||
sync-uri = https://github.com/pentoo/pentoo-overlay.git
|
||||
sync-type = git
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[pentoo]
|
||||
priority = 51
|
||||
priority = 49
|
||||
location = /var/db/repos/pentoo
|
||||
sync-uri = https://github.com/pentoo/pentoo-overlay.git
|
||||
sync-type = git
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ KEYWORDS="amd64"
|
|||
IUSE=""
|
||||
S="${WORKDIR}"
|
||||
|
||||
DEPEND="!pentoo/pentoo-system"
|
||||
|
||||
PDEPEND="dev-vcs/git
|
||||
net-misc/dhcpcd
|
||||
sys-apps/rng-tools
|
||||
Loading…
Reference in a new issue