diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:28:20 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:42 +0100 |
commit | 49518f34deb97a14b835b852e649b4e69a994f69 (patch) | |
tree | 4de5db37a4b51d281ea4d0352bf1ba29941bd645 /dev-libs/mmtf-cpp | |
parent | dev-libs/lzo: drop x86-macos (diff) | |
download | gentoo-49518f34deb97a14b835b852e649b4e69a994f69.tar.gz gentoo-49518f34deb97a14b835b852e649b4e69a994f69.tar.bz2 gentoo-49518f34deb97a14b835b852e649b4e69a994f69.zip |
dev-libs/mmtf-cpp: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/mmtf-cpp')
-rw-r--r-- | dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild index 18b4c860d755..0fa3e97566a2 100644 --- a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild +++ b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rcsb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-libs/msgpack" |