diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:11:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:11:57 +0100 |
commit | a7753020a61365cca33cb5feb78011432ebf223a (patch) | |
tree | 08796bc7701eaaa5d772bd0b11bcb786f1a47999 /sci-libs | |
parent | sci-libs/amd: drop x86-macos (diff) | |
download | gentoo-a7753020a61365cca33cb5feb78011432ebf223a.tar.gz gentoo-a7753020a61365cca33cb5feb78011432ebf223a.tar.bz2 gentoo-a7753020a61365cca33cb5feb78011432ebf223a.zip |
sci-libs/brial: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/brial/brial-1.2.10.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/brial/brial-1.2.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/brial/brial-1.2.10.ebuild b/sci-libs/brial/brial-1.2.10.ebuild index e1831c017fc6..8abd8547852e 100644 --- a/sci-libs/brial/brial-1.2.10.ebuild +++ b/sci-libs/brial/brial-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" # The top-level license is GPL2+, but cudd/LICENSE is BSD. LICENSE="BSD GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="png static-libs" BDEPEND="virtual/pkgconfig" diff --git a/sci-libs/brial/brial-1.2.8.ebuild b/sci-libs/brial/brial-1.2.8.ebuild index 69b0340dc6fe..26e826d9b26f 100644 --- a/sci-libs/brial/brial-1.2.8.ebuild +++ b/sci-libs/brial/brial-1.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" # The top-level license is GPL2, but cudd/LICENSE is BSD. LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="png static-libs" BDEPEND="virtual/pkgconfig" |