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 3A5D41382C5 for ; Sun, 21 Jan 2018 20:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D200E0841; Sun, 21 Jan 2018 20:50:41 +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 1C511E0841 for ; Sun, 21 Jan 2018 20:50:41 +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 21B18335CB2 for ; Sun, 21 Jan 2018 20:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0201C5 for ; Sun, 21 Jan 2018 20:50:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1516567829.ac29d20a82575da2cd552f13d5eaa8eb527110f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/device-atlas-api-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild X-VCS-Directories: dev-libs/device-atlas-api-c/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac29d20a82575da2cd552f13d5eaa8eb527110f4 X-VCS-Branch: master Date: Sun, 21 Jan 2018 20:50:38 +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: f194f389-b099-4aae-99a8-dfaaafc89034 X-Archives-Hash: 9340d91a3d2bf437047783f1ad93d107 commit: ac29d20a82575da2cd552f13d5eaa8eb527110f4 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 20 09:35:38 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 21 20:50:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac29d20a dev-libs/device-atlas-api-c: Remove stable keywords This proprietary fetch-restricted package does not provide a way of downloading old (stable) versions. As such, it is not really suitable for stable keywords. Closes: https://bugs.gentoo.org/645092 Closes: https://github.com/gentoo/gentoo/pull/6912 dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild | 2 +- dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild index bc28a136dd9..0cdafeab860 100644 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild @@ -12,7 +12,7 @@ SRC_URI="${MY_P}.tgz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc examples" RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]" diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild index c08e69401d9..db18e64b273 100644 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="${MY_P}.zip" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="amd64 arm ppc x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc examples" RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"