diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-20 10:35:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-21 21:50:29 +0100 |
commit | ac29d20a82575da2cd552f13d5eaa8eb527110f4 (patch) | |
tree | f4f062add79f8955f23c73bb96f44fc768749077 /dev-libs/device-atlas-api-c | |
parent | profiles/base: Stable-mask net-proxy/haproxy[device-atlas] (diff) | |
download | gentoo-ac29d20a82575da2cd552f13d5eaa8eb527110f4.tar.gz gentoo-ac29d20a82575da2cd552f13d5eaa8eb527110f4.tar.bz2 gentoo-ac29d20a82575da2cd552f13d5eaa8eb527110f4.zip |
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
Diffstat (limited to 'dev-libs/device-atlas-api-c')
-rw-r--r-- | dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild | 2 | ||||
-rw-r--r-- | 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 bc28a136dd90..0cdafeab860a 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 c08e69401d96..db18e64b2738 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}]" |