diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-10-27 17:17:13 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-10-27 17:17:13 +0100 |
commit | 059fe73f79e44fce321c6439f873994ef51541bf (patch) | |
tree | ce08f18e7e86667dc0e338fffaf8d982dbc1acc4 /sys-fs | |
parent | media-libs/phonon-gstreamer: backport patch from upstream fixing build with m... (diff) | |
download | gentoo-059fe73f79e44fce321c6439f873994ef51541bf.tar.gz gentoo-059fe73f79e44fce321c6439f873994ef51541bf.tar.bz2 gentoo-059fe73f79e44fce321c6439f873994ef51541bf.zip |
sys-fs/exfat-utils: amd64 stable wrt bug #563936
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild index 6db7bfda3d39..c713b415b278 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" src_install() { emake DESTDIR="${D}" install |