diff --git a/dev-libs/libutf8proc/libutf8proc-9999.ebuild b/dev-libs/libutf8proc/libutf8proc-9999.ebuild index bfbf17d..980cfa3 100644 --- a/dev-libs/libutf8proc/libutf8proc-9999.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-9999.ebuild @@ -8,14 +8,11 @@ inherit ruby-single toolchain-funcs git-r3 DESCRIPTION="A clean C Library for processing UTF-8 Unicode data" HOMEPAGE="https://github.com/JuliaStrings/utf8proc" -# SRC_URI="https://github.com/JuliaStrings/${PN#lib}/releases/download/v${PV}/${P#lib}.tar.gz -> ${P}.tar.gz - # cjk? ( https://dev.gentoo.org/~hattya/distfiles/${PN}-EastAsianWidth-15.1.0.xz )" EGIT_REPO_URI="https://github.com/JuliaStrings/utf8proc.git" LICENSE="MIT" SLOT="0/${PV}" -# KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="static-libs test" RESTRICT="!test? ( test )" @@ -23,7 +20,6 @@ BDEPEND="test? ( =app-i18n/unicode-data-15.1* ${RUBY_DEPS} )" -S="${WORKDIR}/${P#lib}" # QA_PKGCONFIG_VERSION="3.0.0"