diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-28 15:10:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-28 15:10:35 +0200 |
commit | 1c0c1bf2ea9a23dcbf7b2d8e8803de5bc8525617 (patch) | |
tree | fc6c911cd0ec5275bcf243a1a215d4b12e78561e /media-libs/gexiv2 | |
parent | dev-php/xdebug-client: amd64 stable wrt bug #703390 (diff) | |
download | gentoo-1c0c1bf2ea9a23dcbf7b2d8e8803de5bc8525617.tar.gz gentoo-1c0c1bf2ea9a23dcbf7b2d8e8803de5bc8525617.tar.bz2 gentoo-1c0c1bf2ea9a23dcbf7b2d8e8803de5bc8525617.zip |
media-libs/gexiv2: amd64 stable wrt bug #711784
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.12.0-r1.ebuild b/media-libs/gexiv2/gexiv2-0.12.0-r1.ebuild index 62ad07941f48..92a224d116ef 100644 --- a/media-libs/gexiv2/gexiv2-0.12.0-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.12.0-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" fi LICENSE="LGPL-2.1+ GPL-2" |