diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-04-26 12:40:59 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-04-27 02:14:11 +0800 |
commit | f925e46e4d2b007ced9cdfd811ca5d4cb2701058 (patch) | |
tree | 14b5ee40baa431a5a0811e8d5ae1f81f5de953f6 /sys-libs/libselinux | |
parent | sys-libs/libsemanage: build paths patch is merged upstream (diff) | |
download | gentoo-f925e46e4d2b007ced9cdfd811ca5d4cb2701058.tar.gz gentoo-f925e46e4d2b007ced9cdfd811ca5d4cb2701058.tar.bz2 gentoo-f925e46e4d2b007ced9cdfd811ca5d4cb2701058.zip |
sys-libs/libselinux: build fixes patch merged upsream
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/libselinux-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 9b1caf679bce..7c0802d63609 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -44,11 +44,6 @@ DEPEND="${RDEPEND} python? ( >=dev-lang/swig-2.0.9 )" src_prepare() { - if [[ ${PV} != 9999 ]] ; then - # If needed for live builds, place them in /etc/portage/patches - eapply "${FILESDIR}/libselinux-2.6-0007-build-related-fixes-bug-500674.patch" - fi - eapply_user multilib_copy_sources |