summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-12-24 13:15:55 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2016-12-24 13:15:55 -0600
commit6e4b812a15811b75f373f3a647d9047b59370024 (patch)
tree65ad3ef8b555e49cafc430c4ff8110cff2e9068d /net-analyzer/icinga
parentsys-kernel/gentoo-sources: Stable for HPPA (bug #597738). (diff)
downloadgentoo-6e4b812a15811b75f373f3a647d9047b59370024.tar.gz
gentoo-6e4b812a15811b75f373f3a647d9047b59370024.tar.bz2
gentoo-6e4b812a15811b75f373f3a647d9047b59370024.zip
net-analyzer/icinga: use the correct S directory
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/icinga')
-rw-r--r--net-analyzer/icinga/icinga-1.13.4.ebuild1
-rw-r--r--net-analyzer/icinga/icinga-1.14.0.ebuild2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/icinga/icinga-1.13.4.ebuild b/net-analyzer/icinga/icinga-1.13.4.ebuild
index 61bb7791959d..427933080347 100644
--- a/net-analyzer/icinga/icinga-1.13.4.ebuild
+++ b/net-analyzer/icinga/icinga-1.13.4.ebuild
@@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/"
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch"
+S="${WORKDIR}/${PN}-core-${PV}"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-analyzer/icinga/icinga-1.14.0.ebuild b/net-analyzer/icinga/icinga-1.14.0.ebuild
index 61bb7791959d..0a18be7b5c0b 100644
--- a/net-analyzer/icinga/icinga-1.14.0.ebuild
+++ b/net-analyzer/icinga/icinga-1.14.0.ebuild
@@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/"
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch"
+S="${WORKDIR}/${PN}-core-${PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -45,7 +46,6 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch"
- epatch "${DISTDIR}/CVE-2015-8010_1.13.3.patch"
}
src_configure() {