diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 03:21:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:21:42 +0100 |
commit | d839bf3cc1f595d94247a1a707664d64ade3dbfd (patch) | |
tree | adb14d99118956c17a5b3038a639982062579a03 /sys-apps/pciutils | |
parent | mozextension.eclass: fix EclassDocError in parsing no @DESCRIPTION (diff) | |
download | gentoo-d839bf3cc1f595d94247a1a707664d64ade3dbfd.tar.gz gentoo-d839bf3cc1f595d94247a1a707664d64ade3dbfd.tar.bz2 gentoo-d839bf3cc1f595d94247a1a707664d64ade3dbfd.zip |
sys-apps/pciutils: Stabilize 3.7.0 amd64, #774660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pciutils/pciutils-3.7.0.ebuild b/sys-apps/pciutils/pciutils-3.7.0.ebuild index 5f2028a86005..666f298117e3 100644 --- a/sys-apps/pciutils/pciutils-3.7.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.7.0.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 @@ -11,7 +11,7 @@ SRC_URI="https://mj.ucw.cz/download/linux/pci/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="dns +kmod static-libs +udev zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |