summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2013-07-08 21:06:02 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2013-07-08 21:06:02 +0000
commit7eb6141cccfcb81801bea7a6eacc8559c0237dce (patch)
treec8e2149e0858301a7255a327cec6d67abb5628b7 /app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
parentAdd domain to email address. (diff)
downloadhistorical-7eb6141cccfcb81801bea7a6eacc8559c0237dce.tar.gz
historical-7eb6141cccfcb81801bea7a6eacc8559c0237dce.tar.bz2
historical-7eb6141cccfcb81801bea7a6eacc8559c0237dce.zip
Restored nls flag in IUSE. Rels bug #457648.
Package-Manager: portage-2.1.12.11/cvs/Linux x86_64 Manifest-Sign-Key: 0xF0134531E1DBFAB5
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild')
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
index 296f2c5e6024..3ff01b84adb2 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild,v 1.1 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild,v 1.2 2013/07/08 21:05:57 aidecoe Exp $
EAPI=4
@@ -16,7 +16,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="network-cron"
+IUSE="network-cron nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -39,6 +39,8 @@ src_configure() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf}
}