diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-22 23:26:31 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-22 23:27:42 -0400 |
commit | a326cc5901a76f52f0b3d012e4e2a4f11e521c48 (patch) | |
tree | ffee1265874cd2dad2e5378aa263a630316928e8 /media-libs/libiptcdata | |
parent | app-text/libgxps: arm64 stable (diff) | |
download | gentoo-a326cc5901a76f52f0b3d012e4e2a4f11e521c48.tar.gz gentoo-a326cc5901a76f52f0b3d012e4e2a4f11e521c48.tar.bz2 gentoo-a326cc5901a76f52f0b3d012e4e2a4f11e521c48.zip |
media-libs/libiptcdata: 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 'media-libs/libiptcdata')
-rw-r--r-- | media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild index 5169a9e48f51..575825e620b6 100644 --- a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild +++ b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.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 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 sparc x86" IUSE="doc examples nls python" RDEPEND="python? ( ${PYTHON_DEPS} ) |