diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-22 17:31:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-22 17:31:31 +0000 |
commit | f7aef4faadaf61a43c3e883be75d18e2fe0fe9b0 (patch) | |
tree | ae684e9ff248355d59d2ace2620deda3a3c197ff /sys-apps | |
parent | Version bump to 0.5.7. (diff) | |
download | gentoo-2-f7aef4faadaf61a43c3e883be75d18e2fe0fe9b0.tar.gz gentoo-2-f7aef4faadaf61a43c3e883be75d18e2fe0fe9b0.tar.bz2 gentoo-2-f7aef4faadaf61a43c3e883be75d18e2fe0fe9b0.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.1.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 442b912cd9b0..cdcb8e04721c 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.213 2012/12/31 18:08:04 ryao Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.214 2013/02/22 17:31:31 zmedico Exp $ + + 22 Feb 2013; Zac Medico <zmedico@gentoo.org> pciutils-3.1.10.ebuild: + Add ~arm-linux keyword. 31 Dec 2012; Richard Yao <ryao@gentoo.org> pciutils-3.1.10.ebuild: Keyword ~x64-freebsd diff --git a/sys-apps/pciutils/pciutils-3.1.10.ebuild b/sys-apps/pciutils/pciutils-3.1.10.ebuild index 499e843846e7..b9f33e968df0 100644 --- a/sys-apps/pciutils/pciutils-3.1.10.ebuild +++ b/sys-apps/pciutils/pciutils-3.1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1.10.ebuild,v 1.7 2012/12/31 18:08:04 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.10.ebuild,v 1.8 2013/02/22 17:31:31 zmedico Exp $ EAPI="4" @@ -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 ~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="static-libs zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |