diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:03:06 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:03:06 +0100 |
commit | 9d796772270fb6ecd7edf52d697ab32b2d09fab2 (patch) | |
tree | afff462ab15a121fe813600d668237e0762899eb /x11-misc/makedepend | |
parent | x11-misc/imake: drop x86-macos (diff) | |
download | gentoo-9d796772270fb6ecd7edf52d697ab32b2d09fab2.tar.gz gentoo-9d796772270fb6ecd7edf52d697ab32b2d09fab2.tar.bz2 gentoo-9d796772270fb6ecd7edf52d697ab32b2d09fab2.zip |
x11-misc/makedepend: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'x11-misc/makedepend')
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/makedepend/makedepend-1.0.6.ebuild b/x11-misc/makedepend/makedepend-1.0.6.ebuild index 7c7927404ae4..43f22b11557b 100644 --- a/x11-misc/makedepend/makedepend-1.0.6.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.6.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 @@ -6,7 +6,7 @@ XORG_STATIC=no inherit xorg-3 DESCRIPTION="create dependencies in makefiles" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |