diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:44:13 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:52:30 -0400 |
commit | 24c02a60f1e7c5897daff1b688f89bf24f35f77e (patch) | |
tree | 152c98911b9d9a1c03aa717bdfc7b66ac8dba01a /sys-libs/libraw1394 | |
parent | media-libs/libsdl2: arm64 stable (diff) | |
download | gentoo-24c02a60f1e7c5897daff1b688f89bf24f35f77e.tar.gz gentoo-24c02a60f1e7c5897daff1b688f89bf24f35f77e.tar.bz2 gentoo-24c02a60f1e7c5897daff1b688f89bf24f35f77e.zip |
sys-libs/libraw1394: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r-- | sys-libs/libraw1394/libraw1394-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libraw1394/libraw1394-2.1.2.ebuild b/sys-libs/libraw1394/libraw1394-2.1.2.ebuild index f06036c8c1c4..9a642a8bf06d 100644 --- a/sys-libs/libraw1394/libraw1394-2.1.2.ebuild +++ b/sys-libs/libraw1394/libraw1394-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="static-libs" DEPEND="app-arch/xz-utils" |