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 9AAC4139084 for ; Thu, 28 Dec 2017 15:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80117E0E56; Thu, 28 Dec 2017 15:20:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6182EE0E56 for ; Thu, 28 Dec 2017 15:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C6BD5340FBF for ; Thu, 28 Dec 2017 15:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F6DAEC8 for ; Thu, 28 Dec 2017 15:20:13 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1514474389.8d56812d65643ad86840e2d9c1c947556f61c6e6.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsass/libsass-3.4.7.ebuild X-VCS-Directories: dev-libs/libsass/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 8d56812d65643ad86840e2d9c1c947556f61c6e6 X-VCS-Branch: master Date: Thu, 28 Dec 2017 15:20:13 +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: 158988b3-1978-4472-a499-9a415cc68c46 X-Archives-Hash: 61c1734ab15e31fede61421bd15bf641 commit: 8d56812d65643ad86840e2d9c1c947556f61c6e6 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu Dec 28 15:12:10 2017 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Thu Dec 28 15:19:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d56812d dev-libs/libsass: amd64 stable (bug #642238) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libsass/libsass-3.4.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libsass/libsass-3.4.7.ebuild b/dev-libs/libsass/libsass-3.4.7.ebuild index c8c20a34a75..d9df344ffd2 100644 --- a/dev-libs/libsass/libsass-3.4.7.ebuild +++ b/dev-libs/libsass/libsass-3.4.7.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then KEYWORDS= else SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86 ~amd64-linux" + KEYWORDS="amd64 x86 ~amd64-linux" fi DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"