diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 07:59:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 08:02:14 +0100 |
commit | 0dce3dc0aa1341155a31407122e079632fcd07ca (patch) | |
tree | 99b3372e7033d4ae57c3d71748052bd0e6935db7 /app-eselect | |
parent | dev-util/flawfinder: python3.8 compatible (diff) | |
download | gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.tar.gz gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.tar.bz2 gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.zip |
*/*: downgrade m68k down to ~m68k
m68k and ~m68k trees are inconsistent. Let's drop keywords
down to ~m68k only. Profiles already accept both keywords:
ACCEPT_KEYWORDS="m68k ~m68k"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-awk/eselect-awk-0.2.ebuild | 2 | ||||
-rw-r--r-- | app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild index e96c3c4b1175..0b44c4f51ed4 100644 --- a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild +++ b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-macos" IUSE="" src_install() { diff --git a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild index a63d53ce3ff7..d22da4ad436e 100644 --- a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild +++ b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/fontconfig.eselect-${PV}.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=app-admin/eselect-1.2.3 |