diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 18:27:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 18:27:15 +0000 |
commit | 4bfd14a17446ed953aa38a7574aae1a39f8ca36f (patch) | |
tree | ee528922d62ecef4acea1ba0334b35bc5b07d01a /sys-apps/pciutils | |
parent | Marked Stable on AMD64. Bug #102582 (diff) | |
download | gentoo-2-4bfd14a17446ed953aa38a7574aae1a39f8ca36f.tar.gz gentoo-2-4bfd14a17446ed953aa38a7574aae1a39f8ca36f.tar.bz2 gentoo-2-4bfd14a17446ed953aa38a7574aae1a39f8ca36f.zip |
amd64/arm/hppa/ia64/s390/x86 stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/pciutils-2.1.11-r4.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-2.1.11-r5.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild b/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild index ab97b17b8eb3..65907318b03e 100644 --- a/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild +++ b/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild,v 1.9 2005/08/09 19:29:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.11-r4.ebuild,v 1.10 2005/08/21 18:27:15 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch ${FILESDIR}/pcimodules-${P}.diff epatch ${FILESDIR}/${PV}-sysfs.patch #38645 diff --git a/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild b/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild index d67ebd40b8da..f41a0abff591 100644 --- a/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild +++ b/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild,v 1.1 2005/06/12 21:17:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.11-r5.ebuild,v 1.2 2005/08/21 18:27:15 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,14 +12,14 @@ 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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch ${FILESDIR}/pcimodules-${P}.diff epatch ${FILESDIR}/${P}-sysfs.patch #38645 |