diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-04-22 14:25:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-04-22 14:25:06 +0000 |
commit | 4dc3444e595823892a2b4d3666a08fc11f3de478 (patch) | |
tree | 01f6a0f452448879265f01ea8ef5ce8ee1544a43 /app-arch/dpkg | |
parent | Version bump. (diff) | |
download | gentoo-2-4dc3444e595823892a2b4d3666a08fc11f3de478.tar.gz gentoo-2-4dc3444e595823892a2b4d3666a08fc11f3de478.tar.bz2 gentoo-2-4dc3444e595823892a2b4d3666a08fc11f3de478.zip |
Mask failing test again.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-arch/dpkg')
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/dpkg/dpkg-1.15.7.1.ebuild b/app-arch/dpkg/dpkg-1.15.7.1.ebuild index 4a8131650c73..7d2b6a2e7a6a 100644 --- a/app-arch/dpkg/dpkg-1.15.7.1.ebuild +++ b/app-arch/dpkg/dpkg-1.15.7.1.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/app-arch/dpkg/dpkg-1.15.7.1.ebuild,v 1.1 2010/04/22 14:23:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.7.1.ebuild,v 1.2 2010/04/22 14:25:06 jer Exp $ EAPI=3 @@ -41,7 +41,7 @@ src_prepare() { sed -i -e '1c\#!'"${BASH}" get-version || die # bug 310847 - if [[ "${PV}" = "1.15.7" ]]; then + if [[ "${PV}" = "1.15.7.1" ]]; then sed -i lib/dpkg/test/Makefile.am -e '/t[_-]ar/d' || die "sed failed" sed -i scripts/Makefile.am -e '/850_Dpkg_Compression.t/d' \ || die "sed failed" |