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 01BD8138350 for ; Mon, 27 Jan 2020 19:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0451AE0828; Mon, 27 Jan 2020 19:53:15 +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 D491CE0828 for ; Mon, 27 Jan 2020 19:53:14 +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 8380934E482 for ; Mon, 27 Jan 2020 19:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA04CD7 for ; Mon, 27 Jan 2020 19:53:11 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1580154341.198b059089af32e5ec70cbdb01c62fb4f75673ea.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/sassc/sassc-3.6.0.ebuild X-VCS-Directories: dev-lang/sassc/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 198b059089af32e5ec70cbdb01c62fb4f75673ea X-VCS-Branch: master Date: Mon, 27 Jan 2020 19:53:11 +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: 2aefc054-ca97-42d0-a9aa-4c9deceb9426 X-Archives-Hash: 1568010138dc0f2744e7ec061f2f8ae0 commit: 198b059089af32e5ec70cbdb01c62fb4f75673ea Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jan 27 19:33:47 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jan 27 19:45:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198b0590 dev-lang/sassc: Add ~ia64 keyword (bug #677176) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-lang/sassc/sassc-3.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/sassc/sassc-3.6.0.ebuild b/dev-lang/sassc/sassc-3.6.0.ebuild index 61bb7264ea6..f66b0dc8619 100644 --- a/dev-lang/sassc/sassc-3.6.0.ebuild +++ b/dev-lang/sassc/sassc-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux" DESCRIPTION="A libsass command line driver" HOMEPAGE="https://github.com/sass/sassc"