summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-07-08 21:05:57 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-07-08 21:05:57 +0000
commitb724be16ecc4f3059f4ffdd3df721aa39ed0d4b1 (patch)
tree7b1dbfc2b063eb2dbbd47824a3be035d6848b1b0 /app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
parentAdd domain to email address. (diff)
downloadgentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.tar.gz
gentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.tar.bz2
gentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.zip
Restored nls flag in IUSE. Rels bug #457648.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild')
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
index fe4d6922230f..efa5d9c4aa1c 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.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-r3.ebuild,v 1.13 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.14 2013/07/08 21:05:57 aidecoe Exp $
inherit eutils autotools
@@ -14,7 +14,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=""
+IUSE="nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -36,6 +36,8 @@ src_compile() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf} || die
emake || die
}