diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-30 22:32:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-30 22:37:59 +0100 |
commit | b146b60f5c2506a07c51faaa4c3c73bd1df23412 (patch) | |
tree | ad03515c2d8b3a79e53b7d5c9b67c429f91c206e /sys-fs/dosfstools | |
parent | dev-php/ming-php: stable 0.4.8 for ia64, bug #667074 (diff) | |
download | gentoo-b146b60f5c2506a07c51faaa4c3c73bd1df23412.tar.gz gentoo-b146b60f5c2506a07c51faaa4c3c73bd1df23412.tar.bz2 gentoo-b146b60f5c2506a07c51faaa4c3c73bd1df23412.zip |
sys-fs/dosfstools: stable 4.1 for ia64, bug #667222
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sys-fs/dosfstools')
-rw-r--r-- | sys-fs/dosfstools/dosfstools-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/dosfstools/dosfstools-4.1.ebuild b/sys-fs/dosfstools/dosfstools-4.1.ebuild index 00dc71c5ffad..bf6142de918d 100644 --- a/sys-fs/dosfstools/dosfstools-4.1.ebuild +++ b/sys-fs/dosfstools/dosfstools-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="compat test +udev" CDEPEND="udev? ( virtual/libudev )" |