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 ADC5959CA9 for ; Thu, 31 Mar 2016 00:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4CB0E07F5; Wed, 30 Mar 2016 23:59:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5742C21C0B8 for ; Wed, 30 Mar 2016 23:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 67512340D5A for ; Wed, 30 Mar 2016 23:58:59 +0000 (UTC) From: Mike Frysinger To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 14/21] dev-libs/libaio: switch to sep-usr eclass Date: Wed, 30 Mar 2016 19:58:33 -0400 Message-Id: <1459382320-20672-15-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1459382320-20672-1-git-send-email-vapier@gentoo.org> References: <1459382320-20672-1-git-send-email-vapier@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 93e6f675-c0cf-41a7-9e63-8ea29186184c X-Archives-Hash: 8d9d4eb513de7a84848bba8bacc1dc7b --- dev-libs/libaio/libaio-0.3.110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libaio/libaio-0.3.110.ebuild b/dev-libs/libaio/libaio-0.3.110.ebuild index 0605dbe..f625ba7 100644 --- a/dev-libs/libaio/libaio-0.3.110.ebuild +++ b/dev-libs/libaio/libaio-0.3.110.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib-minimal toolchain-funcs flag-o-matic +inherit eutils multilib-minimal toolchain-funcs flag-o-matic sep-usr DESCRIPTION="Asynchronous input/output library that uses the kernels native interface" HOMEPAGE="https://git.fedorahosted.org/cgit/libaio.git/ http://lse.sourceforge.net/io/aio.html" -- 2.7.4