diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-08-15 14:22:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-08-15 14:22:30 +0000 |
commit | 38c72580b0f7191a1cc134e013772271c5285f6c (patch) | |
tree | fa17ce0d4e0bdccaa7bd289eac6ca2ec08d3309e /app-arch/dpkg | |
parent | Unmasked KDE-4.3.0 for x86 with the permission of Raúl Porcel (armin76). (diff) | |
download | gentoo-2-38c72580b0f7191a1cc134e013772271c5285f6c.tar.gz gentoo-2-38c72580b0f7191a1cc134e013772271c5285f6c.tar.bz2 gentoo-2-38c72580b0f7191a1cc134e013772271c5285f6c.zip |
Do not check for selinux at all, ever (bug #278169 comment #14).
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-arch/dpkg')
-rw-r--r-- | app-arch/dpkg/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.2.ebuild | 3 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.3.1.ebuild | 3 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.3.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog index 0a84a7602c1f..9ce501c2f130 100644 --- a/app-arch/dpkg/ChangeLog +++ b/app-arch/dpkg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/dpkg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.99 2009/08/13 21:51:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.100 2009/08/15 14:22:30 jer Exp $ + + 15 Aug 2009; Jeroen Roovers <jer@gentoo.org> dpkg-1.15.2.ebuild, + dpkg-1.15.3.ebuild, dpkg-1.15.3.1.ebuild: + Do not check for selinux at all, ever (bug #278169 comment #14). 13 Aug 2009; Jeroen Roovers <jer@gentoo.org> -files/dpkg-1.14.12-nls.patch, -files/dpkg-1.14.16.6-check-PATH.patch, diff --git a/app-arch/dpkg/dpkg-1.15.2.ebuild b/app-arch/dpkg/dpkg-1.15.2.ebuild index 6c0e8ec71bd9..5bec2d54b424 100644 --- a/app-arch/dpkg/dpkg-1.15.2.ebuild +++ b/app-arch/dpkg/dpkg-1.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.2.ebuild,v 1.9 2009/08/13 21:51:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.2.ebuild,v 1.10 2009/08/15 14:22:30 jer Exp $ inherit eutils multilib autotools @@ -38,6 +38,7 @@ src_compile() { $(use_with bzip2 bz2) \ $(use_enable nls) \ $(use_with zlib) \ + --without-selinux \ --without-start-stop-daemon \ || die emake || die diff --git a/app-arch/dpkg/dpkg-1.15.3.1.ebuild b/app-arch/dpkg/dpkg-1.15.3.1.ebuild index 32eb62c2853a..bd14d753e3d9 100644 --- a/app-arch/dpkg/dpkg-1.15.3.1.ebuild +++ b/app-arch/dpkg/dpkg-1.15.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.1.ebuild,v 1.2 2009/08/13 21:51:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.1.ebuild,v 1.3 2009/08/15 14:22:30 jer Exp $ inherit eutils multilib autotools @@ -38,6 +38,7 @@ src_compile() { $(use_with bzip2 bz2) \ $(use_enable nls) \ $(use_with zlib) \ + --without-selinux \ --without-start-stop-daemon \ || die emake || die diff --git a/app-arch/dpkg/dpkg-1.15.3.ebuild b/app-arch/dpkg/dpkg-1.15.3.ebuild index 4b56af0a077a..cccf4c10ce9b 100644 --- a/app-arch/dpkg/dpkg-1.15.3.ebuild +++ b/app-arch/dpkg/dpkg-1.15.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.ebuild,v 1.2 2009/08/13 21:51:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.ebuild,v 1.3 2009/08/15 14:22:30 jer Exp $ inherit eutils multilib autotools @@ -38,6 +38,7 @@ src_compile() { $(use_with bzip2 bz2) \ $(use_enable nls) \ $(use_with zlib) \ + --without-selinux \ --without-start-stop-daemon \ || die emake || die |