diff options
author | 2018-01-19 21:05:08 +0100 | |
---|---|---|
committer | 2018-01-19 21:05:08 +0100 | |
commit | 0bf8ac6a4f28ae2b767ce0af458706a21a668911 (patch) | |
tree | 01cc5309ecd02975f6be1b33096dd1a8b1475b35 /dev-util/cppcheck | |
parent | app-arch/xar: version bump to v1.8, bug #624642 (diff) | |
download | gentoo-0bf8ac6a4f28ae2b767ce0af458706a21a668911.tar.gz gentoo-0bf8ac6a4f28ae2b767ce0af458706a21a668911.tar.bz2 gentoo-0bf8ac6a4f28ae2b767ce0af458706a21a668911.zip |
dev-util/cppcheck: Rebuild on dev-libs/tinyxml2 subslot updates (thanks Daniel M. Weeks).
Closes: https://bugs.gentoo.org/645052
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.81.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild index 055b50d20cd1..f5cd79c67e4f 100644 --- a/dev-util/cppcheck/cppcheck-1.81.ebuild +++ b/dev-util/cppcheck/cppcheck-1.81.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 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 hppa sparc x86" IUSE="htmlreport pcre qt5" RDEPEND=" - >=dev-libs/tinyxml2-2 + dev-libs/tinyxml2:= htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) pcre? ( dev-libs/libpcre ) qt5? ( |