diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-05 16:20:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-05 16:20:38 +0300 |
commit | 532ae3e5fbfce95a364d24410f59fa123ee24523 (patch) | |
tree | 13dc69e6ad318dc9a5f4a7139e940ca4078f62e3 /app-i18n/unicode-emoji | |
parent | Fix handling of multiple CDs (diff) | |
download | gentoo-532ae3e5fbfce95a364d24410f59fa123ee24523.tar.gz gentoo-532ae3e5fbfce95a364d24410f59fa123ee24523.tar.bz2 gentoo-532ae3e5fbfce95a364d24410f59fa123ee24523.zip |
app-i18n/unicode-emoji: amd64 stable wrt bug #641276
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-i18n/unicode-emoji')
-rw-r--r-- | app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild index a336c305ec56..8bd9909b9889 100644 --- a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild +++ b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN/*-}-data.txt -> ${PN}-data-${PV}.txt LICENSE="unicode" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86" IUSE="" S="${WORKDIR}" |