diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:34:21 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:34:21 +0100 |
commit | d1576ffce9aa866c1b587237ebcab0e0c817d5b4 (patch) | |
tree | 20c9cd0cafad750f099c9fdb5d41d40c9ea6fa09 /sys-libs/native-uuid | |
parent | sys-libs/gdbm: drop x86-macos (diff) | |
download | gentoo-d1576ffce9aa866c1b587237ebcab0e0c817d5b4.tar.gz gentoo-d1576ffce9aa866c1b587237ebcab0e0c817d5b4.tar.bz2 gentoo-d1576ffce9aa866c1b587237ebcab0e0c817d5b4.zip |
sys-libs/native-uuid: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-libs/native-uuid')
-rw-r--r-- | sys-libs/native-uuid/native-uuid-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/native-uuid/native-uuid-1.0.ebuild b/sys-libs/native-uuid/native-uuid-1.0.ebuild index 2f7e48e9fc4a..18481a52211c 100644 --- a/sys-libs/native-uuid/native-uuid-1.0.ebuild +++ b/sys-libs/native-uuid/native-uuid-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="https://prefix.gentoo.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~ppc-macos ~x64-macos" DEPEND="!!sys-libs/libuuid !!sys-apps/util-linux" |