diff options
author | 2021-04-16 13:24:11 +0100 | |
---|---|---|
committer | 2021-04-18 07:03:27 +0100 | |
commit | c1db72f6e0ce62b37113a9528ba1147289933e5d (patch) | |
tree | 121f8ce5964e5e646e4fcd379419620a564ca9bd /net-misc | |
parent | net-misc/ena-driver: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-c1db72f6e0ce62b37113a9528ba1147289933e5d.tar.gz gentoo-c1db72f6e0ce62b37113a9528ba1147289933e5d.tar.bz2 gentoo-c1db72f6e0ce62b37113a9528ba1147289933e5d.zip |
net-misc/npapi-sdk: use BDEPEND for virtual/pkgconfig
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild | 5 | ||||
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild index 259bdc824cf0..a2433eefbda2 100644 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,6 +10,5 @@ SRC_URI="https://github.com/mgorny/npapi-sdk/releases/download/${P}/${P}.tar.bz2 LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild index 30c5fda915de..c7c9e7a3f097 100644 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,10 +11,8 @@ EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="" -IUSE="" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" src_prepare() { default |