mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-misc/dnsname: fix DEPENDS on dnsname v1.3.0, v1.3.1, and v9999
This commits fixes the DEPENDS stanza and removes ~X86 from dnsname v1.3.0, v1.3.1, and v9999. Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
else
|
||||
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://github.com/ran-dall/portage-deps/blob/master/${P}-deps.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="mirror test"
|
||||
S="${WORKDIR}"/${P}
|
||||
fi
|
||||
@@ -24,7 +24,11 @@ fi
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="
|
||||
app-containers/podman
|
||||
net-misc/cni-plugins
|
||||
net-dns/dnsmasq
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
else
|
||||
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://github.com/ran-dall/portage-deps/blob/master/${P}-deps.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="mirror test"
|
||||
S="${WORKDIR}"/${P}
|
||||
fi
|
||||
@@ -24,7 +24,11 @@ fi
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="
|
||||
app-containers/podman
|
||||
net-misc/cni-plugins
|
||||
net-dns/dnsmasq
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
else
|
||||
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" ${P}-deps.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="mirror test"
|
||||
S="${WORKDIR}"/${P}
|
||||
fi
|
||||
@@ -24,7 +24,11 @@ fi
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="
|
||||
app-containers/podman
|
||||
net-misc/cni-plugins
|
||||
net-dns/dnsmasq
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
Reference in New Issue
Block a user