summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-11-29 18:39:55 +0000
committerFabian Groffen <grobian@gentoo.org>2011-11-29 18:39:55 +0000
commit1a42c281a6361a5488bf4155c04be3c504038c85 (patch)
treec1b0a438bd5fdb62e39345c41ad70ce7837178cb /app-admin
parentCleanup static-libs code, thanks Kacper Kowalik and Agostino Sarubbo. The pr... (diff)
downloadgentoo-2-1a42c281a6361a5488bf4155c04be3c504038c85.tar.gz
gentoo-2-1a42c281a6361a5488bf4155c04be3c504038c85.tar.bz2
gentoo-2-1a42c281a6361a5488bf4155c04be3c504038c85.zip
Fix USE-flag name in use_enable
(Portage version: 2.2.01.19572-prefix/cvs/SunOS i386)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/chrpath/ChangeLog5
-rw-r--r--app-admin/chrpath/chrpath-0.13-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog
index b190249d00f4..eb49ee15d5b6 100644
--- a/app-admin/chrpath/ChangeLog
+++ b/app-admin/chrpath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/chrpath
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.19 2011/11/29 18:37:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.20 2011/11/29 18:39:55 grobian Exp $
+
+ 29 Nov 2011; Fabian Groffen <grobian@gentoo.org> chrpath-0.13-r2.ebuild:
+ Fix USE-flag name in use_enable
29 Nov 2011; Fabian Groffen <grobian@gentoo.org> chrpath-0.13-r2.ebuild:
Cleanup static-libs code, thanks Kacper Kowalik and Agostino Sarubbo. The
diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild
index 3631530e6ffe..bd9a541c42fe 100644
--- a/app-admin/chrpath/chrpath-0.13-r2.ebuild
+++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.5 2011/11/29 18:37:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.6 2011/11/29 18:39:55 grobian Exp $
EAPI="2"
@@ -26,7 +26,7 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable static_libs static) || die
+ econf $(use_enable static-libs static) || die
}
src_install() {