diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-18 10:47:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-18 10:47:42 +0000 |
commit | 58986d2ee95e39ee4392fc3e5f5d5a1c65e1ae32 (patch) | |
tree | 42ac9238c90100a745ae07641cc15f1be02a2bc9 /app-arch | |
parent | Version bump (diff) | |
download | gentoo-2-58986d2ee95e39ee4392fc3e5f5d5a1c65e1ae32.tar.gz gentoo-2-58986d2ee95e39ee4392fc3e5f5d5a1c65e1ae32.tar.bz2 gentoo-2-58986d2ee95e39ee4392fc3e5f5d5a1c65e1ae32.zip |
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dpkg/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.16.4.3.ebuild (renamed from app-arch/dpkg/dpkg-1.16.3.ebuild) | 12 |
2 files changed, 16 insertions, 4 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog index 6562c6fcdb60..7e095441cc16 100644 --- a/app-arch/dpkg/ChangeLog +++ b/app-arch/dpkg/ChangeLog @@ -1,6 +1,12 @@ # 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.190 2012/06/12 15:37:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.191 2012/06/18 10:47:42 jer Exp $ + +*dpkg-1.16.4.3 (18 Jun 2012) + + 18 Jun 2012; Jeroen Roovers <jer@gentoo.org> -dpkg-1.16.3.ebuild, + +dpkg-1.16.4.3.ebuild: + Version bump. *dpkg-1.16.4.2-r1 (12 Jun 2012) diff --git a/app-arch/dpkg/dpkg-1.16.3.ebuild b/app-arch/dpkg/dpkg-1.16.4.3.ebuild index 12d3ed18915d..7b77c6faa78c 100644 --- a/app-arch/dpkg/dpkg-1.16.3.ebuild +++ b/app-arch/dpkg/dpkg-1.16.4.3.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.3.ebuild,v 1.2 2012/05/03 01:58:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.4.3.ebuild,v 1.1 2012/06/18 10:47:42 jer Exp $ EAPI=4 @@ -41,8 +41,8 @@ DEPEND="${RDEPEND} REQUIRED_USE="dselect? ( nls )" src_prepare() { - # don't mess with linker optimisation, respect user's flags (don't break!) - sed -i -e '/DPKG_LINKER_OPTIMISATIONS/d' configure.ac || die + # do not expect Debian's gzip --rsyncable extension + epatch "${FILESDIR}"/${PN}-1.16.4.2-gzip-rsyncable.patch # Force the use of the running bash for get-version (this file is never # installed, so no need to worry about hardcoding a temporary bash) @@ -54,6 +54,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 } @@ -66,6 +70,8 @@ src_configure() { $(use_with bzip2 bz2) \ $(use_with zlib) \ --disable-compiler-warnings \ + --disable-compiler-optimisations \ + --disable-linker-optimisations \ --without-selinux \ --disable-start-stop-daemon } |