diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-16 22:57:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-16 22:57:17 +0000 |
commit | aa673f9b5d6744fb135f631e7c84dffa2c27d83b (patch) | |
tree | c4d93bbf3602ce032bd6c7c83b33ddc7cd0ac2d1 /sys-devel | |
parent | media-libs/libgphoto2: remove old (diff) | |
download | gentoo-aa673f9b5d6744fb135f631e7c84dffa2c27d83b.tar.gz gentoo-aa673f9b5d6744fb135f631e7c84dffa2c27d83b.tar.bz2 gentoo-aa673f9b5d6744fb135f631e7c84dffa2c27d83b.zip |
sys-devel/crossdev: stable 20181020 everywhere
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/crossdev-20181020.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-20181020.ebuild b/sys-devel/crossdev/crossdev-20181020.ebuild index 5df04406ba65..684e23fcf07a 100644 --- a/sys-devel/crossdev/crossdev-20181020.ebuild +++ b/sys-devel/crossdev/crossdev-20181020.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" |