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 4EA64139694 for ; Wed, 26 Jul 2017 09:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3AA41FC04B; Wed, 26 Jul 2017 09:39:18 +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 7F92C1FC04B for ; Wed, 26 Jul 2017 09:39:18 +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 A48CD3417F3 for ; Wed, 26 Jul 2017 09:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA75C74BC for ; Wed, 26 Jul 2017 09:39:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1501061950.576dcf859f4f99d7fedf55c4a73e65e6d92bfa35.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/stfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/stfl/stfl-0.24.ebuild X-VCS-Directories: dev-libs/stfl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 576dcf859f4f99d7fedf55c4a73e65e6d92bfa35 X-VCS-Branch: master Date: Wed, 26 Jul 2017 09:39:14 +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: 5cea0b0a-8444-4cb8-9e34-b276c295d50a X-Archives-Hash: 8fc521843e7b49ea7e9e23f1e2643149 commit: 576dcf859f4f99d7fedf55c4a73e65e6d92bfa35 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 26 09:26:51 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 26 09:39:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576dcf85 dev-libs/stfl: amd64/x86 stable, bug #624946 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/stfl/stfl-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index c23d831e722..9a9b57f19ef 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="examples perl python ruby static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"