diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-11 19:32:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-11 19:32:33 +0000 |
commit | 82711d838580f6b5f2c9d6a11e906606a51b5814 (patch) | |
tree | cba62ec938e139093fcc8e89419ffe5f371a60a0 /sys-apps/pciutils | |
parent | Version bump. Respect CC, CFLAGS, LDFLAGS. Do not install README. (diff) | |
download | gentoo-2-82711d838580f6b5f2c9d6a11e906606a51b5814.tar.gz gentoo-2-82711d838580f6b5f2c9d6a11e906606a51b5814.tar.bz2 gentoo-2-82711d838580f6b5f2c9d6a11e906606a51b5814.zip |
punt duplicate sed #314499
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.1.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/pciutils/pciutils-3.1.7.ebuild b/sys-apps/pciutils/pciutils-3.1.7.ebuild index 6ae807351573..ef5806099a36 100644 --- a/sys-apps/pciutils/pciutils-3.1.7.ebuild +++ b/sys-apps/pciutils/pciutils-3.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.7.ebuild,v 1.1 2010/04/10 19:28:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.7.ebuild,v 1.2 2010/04/11 19:32:33 vapier Exp $ EAPI="2" @@ -21,7 +21,6 @@ src_prepare() { epatch "${FILESDIR}"/${P}-install-lib.patch #273489 epatch "${FILESDIR}"/${P}-fbsd.patch #262321 epatch "${FILESDIR}"/${PN}-2.2.7-update-pciids-both-forms.patch - sed -i -e "/^LIBDIR=/s:/lib:/$(get_libdir):" Makefile } uyesno() { use $1 && echo yes || echo no ; } |