summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-08-15 08:30:46 +0200
committerJeroen Roovers <jer@gentoo.org>2017-08-15 08:31:36 +0200
commit61b3d53e3bfdb1dd02c61ae790cbc29fbfdd918b (patch)
tree0353775f992878b819dabecff09c2a1a849374d8 /app-editors/hexcurse/hexcurse-1.60.0.ebuild
parentros-meta/navigation: Bump to 1.14.2. (diff)
downloadgentoo-61b3d53e3bfdb1dd02c61ae790cbc29fbfdd918b.tar.gz
gentoo-61b3d53e3bfdb1dd02c61ae790cbc29fbfdd918b.tar.bz2
gentoo-61b3d53e3bfdb1dd02c61ae790cbc29fbfdd918b.zip
app-editors/hexcurse: Drop -Werror (bug #627904 by Danny Robson).
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'app-editors/hexcurse/hexcurse-1.60.0.ebuild')
-rw-r--r--app-editors/hexcurse/hexcurse-1.60.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.60.0.ebuild b/app-editors/hexcurse/hexcurse-1.60.0.ebuild
index 568f74ebbb88..656648c05e7b 100644
--- a/app-editors/hexcurse/hexcurse-1.60.0.ebuild
+++ b/app-editors/hexcurse/hexcurse-1.60.0.ebuild
@@ -12,13 +12,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-RDEPEND=">=sys-libs/ncurses-5.2:0="
+RDEPEND="
+ >=sys-libs/ncurses-5.2:0=
+"
DEPEND="
${RDEPEND}
"
-
PATCHES=(
- "${FILESDIR}/${PN}-1.60.0-tinfo.patch"
+ "${FILESDIR}"/${PN}-1.60.0-Werror.patch
+ "${FILESDIR}"/${PN}-1.60.0-tinfo.patch
)
src_prepare() {