diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 09:53:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 09:53:58 +0000 |
commit | eadce4d47c226c6ca3cec8d6da9cd85746ef42c8 (patch) | |
tree | 85e6e9d01116ff0239c1d94f03fa5628f29e5e4e /sys-apps/pciutils | |
parent | Remove PyPy 1.9. (diff) | |
download | gentoo-2-eadce4d47c226c6ca3cec8d6da9cd85746ef42c8.tar.gz gentoo-2-eadce4d47c226c6ca3cec8d6da9cd85746ef42c8.tar.bz2 gentoo-2-eadce4d47c226c6ca3cec8d6da9cd85746ef42c8.zip |
Mark m68k stable #469554.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 253651a54dc2..42ccd24eb6ab 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.226 2013/06/02 08:40:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.227 2013/09/05 09:53:58 vapier Exp $ + + 05 Sep 2013; Mike Frysinger <vapier@gentoo.org> pciutils-3.2.0.ebuild: + Mark m68k stable #469554. 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pciutils-3.2.0.ebuild: Stable for sh, wrt bug #469554 diff --git a/sys-apps/pciutils/pciutils-3.2.0.ebuild b/sys-apps/pciutils/pciutils-3.2.0.ebuild index eceef549f4dd..7e54d785874b 100644 --- a/sys-apps/pciutils/pciutils-3.2.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.2.0.ebuild,v 1.12 2013/06/02 08:40:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.2.0.ebuild,v 1.13 2013/09/05 09:53:58 vapier 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 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 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+kmod static-libs zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |