diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-10 15:49:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-10 15:49:06 +0000 |
commit | 16fed655467716a125d81c80524262260996f92d (patch) | |
tree | 2b8e0ba71d424579b898a7b5d90d4fd24cba537b /app-arch | |
parent | Add post_inst() message for the optional dev-python/python-gnupg dependency (diff) | |
download | gentoo-2-16fed655467716a125d81c80524262260996f92d.tar.gz gentoo-2-16fed655467716a125d81c80524262260996f92d.tar.bz2 gentoo-2-16fed655467716a125d81c80524262260996f92d.zip |
Add missing configure option. Remove failing test in stable candidate (bug #413887).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dpkg/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.16.2.ebuild | 6 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.16.4.2.ebuild | 3 |
3 files changed, 13 insertions, 3 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog index b9b9bf2a5f53..f6313c0cce94 100644 --- a/app-arch/dpkg/ChangeLog +++ b/app-arch/dpkg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/dpkg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.187 2012/06/10 15:38:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.188 2012/06/10 15:49:06 jer Exp $ + + 10 Jun 2012; Jeroen Roovers <jer@gentoo.org> dpkg-1.16.2.ebuild, + dpkg-1.16.4.2.ebuild: + Add missing configure option. Remove failing test in stable candidate (bug + #413887). *dpkg-1.16.4.2 (10 Jun 2012) diff --git a/app-arch/dpkg/dpkg-1.16.2.ebuild b/app-arch/dpkg/dpkg-1.16.2.ebuild index 70f59a9a98ab..1f082d1b850e 100644 --- a/app-arch/dpkg/dpkg-1.16.2.ebuild +++ b/app-arch/dpkg/dpkg-1.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.2.ebuild,v 1.6 2012/05/15 19:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.2.ebuild,v 1.7 2012/06/10 15:49:06 jer Exp $ EAPI=3 @@ -53,6 +53,10 @@ src_prepare() { -e '/850_Dpkg_Compression.t/d' \ || die "sed failed" + # test fails (bug #414095) + sed -i utils/Makefile.am \ + -e '/^test_cases/d;/100_update_alternatives/d' || die + eautoreconf } diff --git a/app-arch/dpkg/dpkg-1.16.4.2.ebuild b/app-arch/dpkg/dpkg-1.16.4.2.ebuild index 8b89aede9f34..ed4ca5547828 100644 --- a/app-arch/dpkg/dpkg-1.16.4.2.ebuild +++ b/app-arch/dpkg/dpkg-1.16.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.4.2.ebuild,v 1.1 2012/06/10 15:38:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.4.2.ebuild,v 1.2 2012/06/10 15:49:06 jer Exp $ EAPI=4 @@ -67,6 +67,7 @@ src_configure() { $(use_with zlib) \ --disable-compiler-warnings \ --disable-compiler-optimisations \ + --disable-linker-optimisations \ --without-selinux \ --disable-start-stop-daemon } |