diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-08-06 19:19:11 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-08-06 19:19:11 +0000 |
commit | 8aa403f0e6b70094350724b6571e8dbf4e41e037 (patch) | |
tree | 32a6872ca71bd53a58b772bfcd751655f303b634 /sys-apps | |
parent | Backport another build fix for musl, bug 543840. (diff) | |
download | gentoo-2-8aa403f0e6b70094350724b6571e8dbf4e41e037.tar.gz gentoo-2-8aa403f0e6b70094350724b6571e8dbf4e41e037.tar.bz2 gentoo-2-8aa403f0e6b70094350724b6571e8dbf4e41e037.zip |
amd64 stable wrt bug #543834
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 46ced1293d6e..28c341b197d4 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.237 2015/04/15 11:37:18 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.238 2015/08/06 19:19:11 zlogene Exp $ + + 06 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> pciutils-3.3.1.ebuild: + amd64 stable wrt bug #543834 *pciutils-3.3.1 (15 Apr 2015) diff --git a/sys-apps/pciutils/pciutils-3.3.1.ebuild b/sys-apps/pciutils/pciutils-3.3.1.ebuild index 1839116a042b..8354d5a8b81d 100644 --- a/sys-apps/pciutils/pciutils-3.3.1.ebuild +++ b/sys-apps/pciutils/pciutils-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.3.1.ebuild,v 1.1 2015/04/15 11:37:18 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.3.1.ebuild,v 1.2 2015/08/06 19:19:11 zlogene Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="dns +kmod static-libs +udev zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |