diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-11-11 12:43:42 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-11-11 14:07:19 +0100 |
commit | 12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2 (patch) | |
tree | c4cb9d3d08455a86122b33352a1261009ee6dda2 /dev-libs/libowfat | |
parent | app-forensics/libewf: Drop old (diff) | |
download | gentoo-12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.tar.gz gentoo-12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.tar.bz2 gentoo-12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.zip |
dev-libs/libowfat: dietlibc doesn't build on sparc for years
Bug: https://bugs.gentoo.org/639728
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r-- | dev-libs/libowfat/libowfat-0.31-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild index 9bd8cf6f80af..f0993d6aaeac 100644 --- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.31-r1.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=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.fefe.de/libowfat/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa sparc x86" +KEYWORDS="amd64 hppa x86" IUSE="diet" RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )" |