app-containers/dnsname-cni-plugin: tidy ebuilds

This commit tidys the dnsname-cni-plugin ebuilds further.

Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
Randall T. Vasquez 2022-05-28 14:15:13 -07:00
parent f55699a4f5
commit 92162b54a8
No known key found for this signature in database
GPG Key ID: 3B04260A44A070CA
2 changed files with 2 additions and 4 deletions

View File

@ -36,8 +36,7 @@ RDEPEND="${DEPEND}"
src_unpack() {
default
if [[ ${PV} == *9999 ]]; then
git-r3_fetch
git-r3_checkout
git-r3_src_unpack
pushd ${P}/plugins/meta/dnsname || die "location change for module building failed"
ego get
popd || die "location reset from module building failed"

View File

@ -35,8 +35,7 @@ RDEPEND="${DEPEND}"
src_unpack() {
default
if [[ ${PV} == *9999 ]]; then
git-r3_fetch
git-r3_checkout
git-r3_src_unpack
pushd ${P}/plugins/meta/dnsname || die "location change for module building failed"
ego get
popd || die "location reset from module building failed"