diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-09-21 17:42:28 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-09-21 17:43:39 -0400 |
commit | c641e26693b773ce21c518210c1d4a1cee1bd242 (patch) | |
tree | 97674dc319efc912816b322f9ca2df039fadff4c /dev-libs/libfmt/libfmt-9999.ebuild | |
parent | x11-misc/xdotool-3.20160805.1: added ~ppc64, bug 666621 (diff) | |
download | gentoo-c641e26693b773ce21c518210c1d4a1cee1bd242.tar.gz gentoo-c641e26693b773ce21c518210c1d4a1cee1bd242.tar.bz2 gentoo-c641e26693b773ce21c518210c1d4a1cee1bd242.zip |
dev-libs/libfmt: 5.2.1 versiom bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs/libfmt/libfmt-9999.ebuild')
-rw-r--r-- | dev-libs/libfmt/libfmt-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild index 51fea82ad48f..932e58c0ce52 100644 --- a/dev-libs/libfmt/libfmt-9999.ebuild +++ b/dev-libs/libfmt/libfmt-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-multilib versionator +inherit cmake-multilib eapi7-ver DESCRIPTION="Small, safe and fast formatting library" HOMEPAGE="https://github.com/fmtlib/fmt" LICENSE="BSD-2" IUSE="test" -SLOT="0/$(get_major_version)" +SLOT="0/$(ver_cut 1)" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/fmtlib/fmt.git" |