mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
findomain: sync *9999 live ebuild
This commit is contained in:
parent
b6275e99f6
commit
2a5b62fca2
2 changed files with 3 additions and 3 deletions
|
|
@ -264,7 +264,7 @@ LICENSE="GPL-3"
|
|||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
BDEPEND="virtual/rust"
|
||||
BDEPEND=">=virtual/rust-1.40.0"
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/Edu4rdSHL/findomain"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="virtual/rust"
|
||||
BDEPEND=">=virtual/rust-1.40.0"
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue