summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-21 10:07:00 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-21 10:09:10 +0200
commit64416ac3323992af5dfa9acac7b208a5317b37a4 (patch)
tree7d6684d1f75f66c34936628b940b7059bb85f24c
parentros-meta/ament_cmake: Remove duplicate KEYWORDS (diff)
downloadgentoo-64416ac3.tar.gz
gentoo-64416ac3.tar.bz2
gentoo-64416ac3.zip
net-misc/vde: Remove duplicate KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-misc/vde/vde-2.3.2_p20191011-r1.ebuild2
-rw-r--r--net-misc/vde/vde-2.3.2_p20191011.ebuild1
-rw-r--r--net-misc/vde/vde-9999.ebuild2
3 files changed, 0 insertions, 5 deletions
diff --git a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
index 48c1a5d22c19..69fb8a181891 100644
--- a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
+++ b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
@@ -8,7 +8,6 @@ inherit flag-o-matic
if [[ ${PV} == 9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/virtualsqaure/MY_PN"
- KEYWORDS=""
elif [[ ${PV} = *_p* ]]; then
inherit autotools
MY_PN="vde-2"
@@ -20,7 +19,6 @@ elif [[ ${PV} = *_p* ]]; then
else
MY_P="${PN}2-${PV}"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
fi
diff --git a/net-misc/vde/vde-2.3.2_p20191011.ebuild b/net-misc/vde/vde-2.3.2_p20191011.ebuild
index 0d3dd7100e23..abd8c9c4d9f3 100644
--- a/net-misc/vde/vde-2.3.2_p20191011.ebuild
+++ b/net-misc/vde/vde-2.3.2_p20191011.ebuild
@@ -19,7 +19,6 @@ elif [[ ${PV} = *_p* ]]; then
else
MY_P="${PN}2-${PV}"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${MY_P}"
fi
diff --git a/net-misc/vde/vde-9999.ebuild b/net-misc/vde/vde-9999.ebuild
index 97b492902bf5..32de524f78b9 100644
--- a/net-misc/vde/vde-9999.ebuild
+++ b/net-misc/vde/vde-9999.ebuild
@@ -13,13 +13,11 @@ elif [[ ${PV} = *_p* ]]; then
MY_PN="vde-2"
COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb"
SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
else
MY_P="${PN}2-${PV}"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
fi