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 6D1B0138330 for ; Sat, 13 Jan 2018 22:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB406E0943; Sat, 13 Jan 2018 22:17:41 +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 8A512E0942 for ; Sat, 13 Jan 2018 22:17:41 +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 C9728335C65 for ; Sat, 13 Jan 2018 22:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA211D for ; Sat, 13 Jan 2018 22:17:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1515881821.5c176ada3cd7b1e20af404aac774b2423a378783.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sway/sway-9999.ebuild X-VCS-Directories: dev-libs/sway/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5c176ada3cd7b1e20af404aac774b2423a378783 X-VCS-Branch: master Date: Sat, 13 Jan 2018 22:17:37 +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: eebdcb98-9cbf-419c-a58a-aba972ccff0c X-Archives-Hash: 16fd2db15a963ea132dc6d0fdf64b0ba commit: 5c176ada3cd7b1e20af404aac774b2423a378783 Author: Mykyta Holubakha gmail com> AuthorDate: Thu Dec 28 17:38:05 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 13 22:17:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c176ada dev-libs/sway: switch to 0.15 branch in -9999 Closes: https://github.com/gentoo/gentoo/pull/6673 dev-libs/sway/sway-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/sway/sway-9999.ebuild b/dev-libs/sway/sway-9999.ebuild index f7250762bfe..f8e98c01462 100644 --- a/dev-libs/sway/sway-9999.ebuild +++ b/dev-libs/sway/sway-9999.ebuild @@ -9,6 +9,7 @@ DESCRIPTION="i3-compatible Wayland window manager" HOMEPAGE="http://swaywm.org/" EGIT_REPO_URI="https://github.com/swaywm/sway.git" +EGIT_BRANCH="0.15" LICENSE="MIT" SLOT="0" @@ -34,8 +35,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig app-text/asciidoc" -PATCHES=( "${FILESDIR}/sway-0.15.0-json-c-fixes.patch" ) - src_prepare() { cmake-utils_src_prepare