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:
Randall T. Vasquez
2022-05-21 19:54:48 -07:00
parent c1afc35328
commit 79869b4693
3 changed files with 18 additions and 6 deletions

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {