diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:43:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:31 +0100 |
commit | 0fbba2cefad5d8d276d9a36900eefb70726fd983 (patch) | |
tree | ae0a037e2bb82d6d5cc91c08c8e57daaded106dd /net-libs | |
parent | net-im/telegram-desktop: fix variable references (diff) | |
download | gentoo-0fbba2cefad5d8d276d9a36900eefb70726fd983.tar.gz gentoo-0fbba2cefad5d8d276d9a36900eefb70726fd983.tar.bz2 gentoo-0fbba2cefad5d8d276d9a36900eefb70726fd983.zip |
net-libs/zmqpp: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/zmqpp/zmqpp-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/zmqpp/zmqpp-4.2.0.ebuild b/net-libs/zmqpp/zmqpp-4.2.0.ebuild index b78adb04f7a4..1394708a3dff 100644 --- a/net-libs/zmqpp/zmqpp-4.2.0.ebuild +++ b/net-libs/zmqpp/zmqpp-4.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -if [[ $PV == 9999 ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/zeromq/zmqpp.git" else |