diff options
author | 2018-12-02 16:25:21 +0100 | |
---|---|---|
committer | 2018-12-03 21:55:05 +0000 | |
commit | 4c83283ba85d0bbbe3825507a0b91cbda80dd5cc (patch) | |
tree | 1c62884e557f30ee12aaeba96e47bb34c2dd322a /dev-libs/libowfat/libowfat-0.31-r1.ebuild | |
parent | dev-util/radare2: drop old (diff) | |
download | gentoo-4c83283ba85d0bbbe3825507a0b91cbda80dd5cc.tar.gz gentoo-4c83283ba85d0bbbe3825507a0b91cbda80dd5cc.tar.bz2 gentoo-4c83283ba85d0bbbe3825507a0b91cbda80dd5cc.zip |
Revert "dev-libs/libowfat: dietlibc doesn't build on sparc for years"
This reverts commit 12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.
libowfat without dietlibc builds fine.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libowfat/libowfat-0.31-r1.ebuild')
-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 f0993d6aaeac..9bd8cf6f80af 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-2018 Gentoo Authors +# Copyright 1999-2017 Gentoo Foundation # 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 x86" +KEYWORDS="amd64 hppa sparc x86" IUSE="diet" RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )" |