Remove useless comments from pwa connector ebuild
This commit is contained in:
parent
8bf03ebfa3
commit
48633966c8
|
@ -16,8 +16,6 @@ declare -A GIT_CRATES=(
|
|||
inherit cargo
|
||||
|
||||
DESCRIPTION="The native part of the PWAsForFirefox project"
|
||||
# Double check the homepage as the cargo_metadata crate
|
||||
# does not provide this value so instead repository is used
|
||||
HOMEPAGE="https://github.com/filips123/PWAsForFirefox"
|
||||
SRC_URI="
|
||||
$(cargo_crate_uris)
|
||||
|
@ -40,6 +38,8 @@ S="${WORKDIR}/PWAsForFirefox-${PV}/native"
|
|||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
echo "${get_libdir}" >/tmp/liblib
|
||||
# Link vendored cargo deps in.
|
||||
ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue