diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-11-20 13:57:58 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-11-20 13:57:58 +0100 |
commit | fba7400f5b9b5899d6728212531aa490b599fc4e (patch) | |
tree | 48fbec466136f7d282fecee4f29631155671cd3e /sys-fs/fatsort | |
parent | sys-boot/efibootmgr: Stable on amd64 (diff) | |
download | gentoo-fba7400f5b9b5899d6728212531aa490b599fc4e.tar.gz gentoo-fba7400f5b9b5899d6728212531aa490b599fc4e.tar.bz2 gentoo-fba7400f5b9b5899d6728212531aa490b599fc4e.zip |
sys-fs/fatsort: Stable on amd64
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-fs/fatsort')
-rw-r--r-- | sys-fs/fatsort/fatsort-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fatsort/fatsort-1.4.2.ebuild b/sys-fs/fatsort/fatsort-1.4.2.ebuild index dae2679c6485..fd4c8746d50a 100644 --- a/sys-fs/fatsort/fatsort-1.4.2.ebuild +++ b/sys-fs/fatsort/fatsort-1.4.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" S=${WORKDIR}/${MY_P} |