diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-01-31 12:40:15 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-01-31 12:42:08 -0500 |
commit | f742c4cbdafd429aeb23a33e7a554ebf37892948 (patch) | |
tree | 7db15403bf5ef9c148d035c0210fb5e48540a9c2 /dev-cpp/waylandpp/waylandpp-9999.ebuild | |
parent | media-libs/gegl: 0.3.28 (diff) | |
download | gentoo-f742c4cbdafd429aeb23a33e7a554ebf37892948.tar.gz gentoo-f742c4cbdafd429aeb23a33e7a554ebf37892948.tar.bz2 gentoo-f742c4cbdafd429aeb23a33e7a554ebf37892948.zip |
dev-cpp/waylandpp: 0.2.2 version bump
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'dev-cpp/waylandpp/waylandpp-9999.ebuild')
-rw-r--r-- | dev-cpp/waylandpp/waylandpp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-9999.ebuild b/dev-cpp/waylandpp/waylandpp-9999.ebuild index e8100f35eb98..14c6fc58c138 100644 --- a/dev-cpp/waylandpp/waylandpp-9999.ebuild +++ b/dev-cpp/waylandpp/waylandpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/NilsBrause/waylandpp" LICENSE="MIT" IUSE="doc" -SLOT="0/$(get_major_version)" +SLOT="0/$(get_version_component_range 1-2)" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git" |