From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3374138453 for ; Wed, 9 Sep 2015 13:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367AB21C02D; Wed, 9 Sep 2015 13:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D51A421C02D for ; Wed, 9 Sep 2015 13:48:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16D0F3408F9 for ; Wed, 9 Sep 2015 13:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02BA19 for ; Wed, 9 Sep 2015 13:48:25 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1441806394.09a252d8ef2ff9da793bbfc92c9d339c63112466.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base/selinux-base-9999.ebuild X-VCS-Directories: sec-policy/selinux-base/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 09a252d8ef2ff9da793bbfc92c9d339c63112466 X-VCS-Branch: master Date: Wed, 9 Sep 2015 13:48:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c10863e-448c-473e-abea-aeed03caae39 X-Archives-Hash: 519b7f90127adb5244c9f26d1ba12f02 commit: 09a252d8ef2ff9da793bbfc92c9d339c63112466 Author: Jason Zaman gentoo org> AuthorDate: Wed Sep 9 13:46:34 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Sep 9 13:46:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a252d8 sec-policy/selinux-base: Remove outdated check on previous version Package-Manager: portage-2.2.20.1 sec-policy/selinux-base/selinux-base-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 3fd50ec..c67def2 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -166,8 +166,3 @@ src_install() { insinto /usr/share/portage/config/sets doins "${FILESDIR}/selinux.conf" || die "failed to install selinux-rebuild portage set" } - -pkg_preinst() { - has_version "<${CATEGORY}/${PN}-2.20101213-r13" - previous_less_than_r13=$? -}