diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-16 22:30:21 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-16 23:07:03 +0200 |
commit | d5f63950144292cda96e5ea2a1737dd0662e8bf7 (patch) | |
tree | 7aa1dfa5fe5110c1995c7c29cac281a679f7c891 /sys-fs | |
parent | media-sound/pulseeffects: add missing dep (diff) | |
download | gentoo-d5f63950144292cda96e5ea2a1737dd0662e8bf7.tar.gz gentoo-d5f63950144292cda96e5ea2a1737dd0662e8bf7.tar.bz2 gentoo-d5f63950144292cda96e5ea2a1737dd0662e8bf7.zip |
sys-fs/fuse-common: arm64 stable (bug #672358)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse-common/fuse-common-3.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild index d5c5ba2c48b0..043612ef49a7 100644 --- a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.2.6.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" DEPEND="virtual/pkgconfig" RDEPEND="!<sys-fs/fuse-2.9.7-r1:0" |