diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:44:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:14:18 +0000 |
commit | 2139b6b822e3978c9932e0ef29572e6c1d8b0172 (patch) | |
tree | b338de6fee02ca2f9bbc695e238151631a70f255 /virtual/fam | |
parent | virtual/eject: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-2139b6b822e3978c9932e0ef29572e6c1d8b0172.tar.gz gentoo-2139b6b822e3978c9932e0ef29572e6c1d8b0172.tar.bz2 gentoo-2139b6b822e3978c9932e0ef29572e6c1d8b0172.zip |
virtual/fam: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/fam')
-rw-r--r-- | virtual/fam/fam-0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/fam/fam-0-r1.ebuild b/virtual/fam/fam-0-r1.ebuild index 5e13000af5eb..552a7b7905c4 100644 --- a/virtual/fam/fam-0-r1.ebuild +++ b/virtual/fam/fam-0-r1.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=5 @@ -7,6 +7,6 @@ inherit multilib-build DESCRIPTION="A virtual package to choose between gamin and fam" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND="|| ( >=app-admin/gamin-0.1.10-r1[${MULTILIB_USEDEP}] >=app-admin/fam-2.7.0-r6[${MULTILIB_USEDEP}] )" |