diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 00:54:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 07:19:51 +0200 |
commit | b31f832fb473f5cff5bc7443da4eb5c55adefddd (patch) | |
tree | 709951228a15da9f5f7fa1234329df73bae1e490 /dev-libs/libxdg-basedir | |
parent | media-libs/libdvdcss: keyword ~arm64 (diff) | |
download | gentoo-b31f832fb473f5cff5bc7443da4eb5c55adefddd.tar.gz gentoo-b31f832fb473f5cff5bc7443da4eb5c55adefddd.tar.bz2 gentoo-b31f832fb473f5cff5bc7443da4eb5c55adefddd.zip |
dev-libs/libxdg-basedir: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libxdg-basedir')
-rw-r--r-- | dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild index 9481cac083a2..26e6d732db0b 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/devnev/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-solaris" IUSE="doc static-libs" RDEPEND="" |