summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-08-13 21:51:21 +0000
committerJeroen Roovers <jer@gentoo.org>2009-08-13 21:51:21 +0000
commit57aac5e290be746f0d069161b0fbe104debed8c6 (patch)
tree73a205c17037c26f957275655e2e9ec0b29f33c5 /app-arch/dpkg/dpkg-1.15.2.ebuild
parentavoid colliding with xscreensaver (bug #281191) (diff)
downloadgentoo-2-57aac5e290be746f0d069161b0fbe104debed8c6.tar.gz
gentoo-2-57aac5e290be746f0d069161b0fbe104debed8c6.tar.bz2
gentoo-2-57aac5e290be746f0d069161b0fbe104debed8c6.zip
Remove old. Remove USE=selinux (bug #278169).
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-arch/dpkg/dpkg-1.15.2.ebuild')
-rw-r--r--app-arch/dpkg/dpkg-1.15.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/dpkg/dpkg-1.15.2.ebuild b/app-arch/dpkg/dpkg-1.15.2.ebuild
index 7e1a1a98e5d3..6c0e8ec71bd9 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.8 2009/07/24 16:47:56 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.2.ebuild,v 1.9 2009/08/13 21:51:21 jer Exp $
inherit eutils multilib autotools
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/dpkg/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc s390 sh sparc x86"
-IUSE="bzip2 nls selinux test unicode zlib"
+IUSE="bzip2 nls test unicode zlib"
RDEPEND=">=dev-lang/perl-5.6.0
dev-perl/TimeDate
@@ -37,7 +37,6 @@ src_compile() {
econf \
$(use_with bzip2 bz2) \
$(use_enable nls) \
- $(use_with selinux) \
$(use_with zlib) \
--without-start-stop-daemon \
|| die