summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-05 22:15:44 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-05 22:15:44 +0900
commit37ac5eb7aafd85fb101bf2809532916d9b70b6ad (patch)
tree5b41cc01675e6a02938671c3b8bbb6d575b14b4d /dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild
parentsys-apps/gsmartcontrol: Bump to version 1.0.1 (diff)
downloadgentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.gz
gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.bz2
gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.zip
dev-libs/m17n-lib: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild')
-rw-r--r--dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild
index aec9881e7827..3ef131f92f82 100644
--- a/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild
+++ b/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -37,8 +37,8 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch \
- "${FILESDIR}"/${PN}-1.6.2-gui.patch \
- "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch
+ "${FILESDIR}"/${PN}-gui.patch \
+ "${FILESDIR}"/${PN}-parallel-make.patch
eautoreconf
}
@@ -47,9 +47,9 @@ src_configure() {
local myconf=
if use X; then
- myconf+=" --enable-gui $(use_with gd)"
+ myconf+=" --with-gui $(use_with gd)"
else
- myconf+=" --disable-gui --without-gd"
+ myconf+=" --without-gui --without-gd"
fi
econf ${myconf} || die