mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-misc/clifm: Fix filesize mismatch, fix RDEPEND as per qa-vdb
See https://bugs.gentoo.org/863062 for verification failure reason Signed-off-by: Michael Yang <michaelzcyang@gmail.com>
This commit is contained in:
@@ -12,9 +12,9 @@ if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/leo-arch/clifm.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
# also on github but seems like a worse alternative?
|
||||
# SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
# also on sourceforge but the unpacked name is irregular
|
||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
@@ -24,7 +24,7 @@ IUSE=""
|
||||
|
||||
DEPEND="
|
||||
sys-libs/libcap
|
||||
sys-libs/readline
|
||||
sys-libs/readline:=
|
||||
sys-apps/acl
|
||||
sys-apps/file
|
||||
"
|
||||
|
||||
@@ -12,9 +12,9 @@ if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/leo-arch/clifm.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
# also on github but seems like a worse alternative?
|
||||
# SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
# also on sourceforge but the unpacked name is irregular
|
||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
@@ -24,7 +24,7 @@ IUSE=""
|
||||
|
||||
DEPEND="
|
||||
sys-libs/libcap
|
||||
sys-libs/readline
|
||||
sys-libs/readline:=
|
||||
sys-apps/acl
|
||||
sys-apps/file
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user