From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A41713835B for ; Sun, 8 Nov 2020 01:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDBDBE0831; Sun, 8 Nov 2020 01:31:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3016E0831 for ; Sun, 8 Nov 2020 01:31:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D82B335D98 for ; Sun, 8 Nov 2020 01:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1324436 for ; Sun, 8 Nov 2020 01:31:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1604799086.9129333c92ee450cd32b02ada7a5869f307d6c79.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxshmfence/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild X-VCS-Directories: x11-libs/libxshmfence/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9129333c92ee450cd32b02ada7a5869f307d6c79 X-VCS-Branch: master Date: Sun, 8 Nov 2020 01:31:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3dcc1793-e30a-4399-963c-d0e650e913e1 X-Archives-Hash: 35e2edb28a6608273c29becdeb242283 commit: 9129333c92ee450cd32b02ada7a5869f307d6c79 Author: David Michael gmail com> AuthorDate: Sat Nov 7 16:38:50 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 8 01:31:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9129333c x11-libs/libxshmfence: EAPI 7 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild b/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild new file mode 100644 index 00000000000..4561b71e07f --- /dev/null +++ b/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_MULTILIB=yes +inherit xorg-3 + +DESCRIPTION="Shared memory fences using futexes" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +DEPEND="x11-base/xorg-proto"