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 4A01D1388C5 for ; Tue, 12 Jan 2016 14:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5589121C044; Tue, 12 Jan 2016 14:24:11 +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 D09DC21C044 for ; Tue, 12 Jan 2016 14:24:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC378340B6E for ; Tue, 12 Jan 2016 14:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD7D2CFB for ; Tue, 12 Jan 2016 14:24:06 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1452594938.7230a16cd374341d3fc1cc38b72580e024843544.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/aegisub/aegisub-9999.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 7230a16cd374341d3fc1cc38b72580e024843544 X-VCS-Branch: master Date: Tue, 12 Jan 2016 14:24:06 +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: c153dcaa-97e7-4692-b9c1-ce0a8d776abc X-Archives-Hash: e56e63681b20918a7fb4d68452526323 commit: 7230a16cd374341d3fc1cc38b72580e024843544 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Jan 12 09:36:39 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Jan 12 10:35:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7230a16c media-video/aegisub: drop now unneeded regex patch from live ebuild Lua regex issue was fixed upstream. See upstream commit ad0f702a55442e7aeca2e3486a3dd01e3bbad75e. Package-Manager: portage-2.2.26 media-video/aegisub/aegisub-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index 4e12b93..e554a3d 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.ebuild @@ -58,7 +58,6 @@ REQUIRED_USE=" # Unfortunately, luabins upstream is dead since 2011. # Thus unbundling luabins is not worth the effort. PATCHES=( - "${FILESDIR}/${PN}-3.2.2-fix-lua-regexp.patch" "${FILESDIR}/${P}-unbundle-luajit.patch" "${FILESDIR}/${P}-add-missing-pthread-flags.patch" "${FILESDIR}/${PN}-3.2.2-respect-user-compiler-flags.patch"