diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-04 03:46:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-04 04:08:30 -0500 |
commit | 1694e521aedbfceb48210835bdf368e53087df57 (patch) | |
tree | f385c28fd2da19783e503ada31b9d95e2fec88de /dev-cpp/gflags/gflags-9999.ebuild | |
parent | app-text/coolreader: ebuild improvements (diff) | |
download | gentoo-1694e521aedbfceb48210835bdf368e53087df57.tar.gz gentoo-1694e521aedbfceb48210835bdf368e53087df57.tar.bz2 gentoo-1694e521aedbfceb48210835bdf368e53087df57.zip |
dev-cpp/gflags: version bump to 2.2.1 #643176
Diffstat (limited to 'dev-cpp/gflags/gflags-9999.ebuild')
-rw-r--r-- | dev-cpp/gflags/gflags-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index 79f70a7aee48..91f405e1e9bf 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" inherit cmake-multilib if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/gflags/gflags.git" + EGIT_REPO_URI="https://github.com/gflags/gflags" else SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |