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 27280138359 for ; Fri, 23 Oct 2020 12:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75FBAE08A8; Fri, 23 Oct 2020 12:34:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5D1F5E08A8 for ; Fri, 23 Oct 2020 12:34:15 +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 12B00340C1C for ; Fri, 23 Oct 2020 12:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839BB3B2 for ; Fri, 23 Oct 2020 12:34:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1603456414.61cde3f47944943f084e63dad627dfd98e98a7f3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim/scim-1.4.18.ebuild X-VCS-Directories: app-i18n/scim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61cde3f47944943f084e63dad627dfd98e98a7f3 X-VCS-Branch: master Date: Fri, 23 Oct 2020 12:34:12 +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: 50fe9651-a4f6-4275-964f-ba572bbc891b X-Archives-Hash: b0350bde4b3dc7d357f85c52411cf4e3 commit: 61cde3f47944943f084e63dad627dfd98e98a7f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 23 12:30:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 23 12:33:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cde3f4 app-i18n/scim: Drop unused qmake-utils.eclass Unused since commit a3bb3de8b35f81c239d2c3b85e6c7bbe335ebd50 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-i18n/scim/scim-1.4.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild index 0cc809f4076..80693dc30bb 100644 --- a/app-i18n/scim/scim-1.4.18.ebuild +++ b/app-i18n/scim/scim-1.4.18.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit autotools flag-o-matic gnome2-utils qmake-utils +inherit autotools flag-o-matic gnome2-utils DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" HOMEPAGE="https://github.com/scim-im/scim"