diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-01-04 11:52:37 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-01-04 11:56:33 -0600 |
commit | d1d1b9c6e093d885c2926ad4487b90861635d1d1 (patch) | |
tree | c2c87b0d1ca65590ff3d1d09296607a9861a8320 /sys-fs/dosfstools | |
parent | media-plugins/alsa-plugins: Fixed a double free issue. (diff) | |
download | gentoo-d1d1b9c6e093d885c2926ad4487b90861635d1d1.tar.gz gentoo-d1d1b9c6e093d885c2926ad4487b90861635d1d1.tar.bz2 gentoo-d1d1b9c6e093d885c2926ad4487b90861635d1d1.zip |
sys-fs/dosfstools: stable on sparc
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
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 a245d461ea34..255edccac57d 100644 --- a/sys-fs/dosfstools/dosfstools-4.1.ebuild +++ b/sys-fs/dosfstools/dosfstools-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="compat test +udev" CDEPEND="udev? ( virtual/libudev )" |