summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2015-02-17 14:49:52 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2015-02-17 14:49:52 +0000
commit2b370022c45d893c744a01836fca465adac14b28 (patch)
tree64130b1fe2a2ad8675d56fbc05b43634a7d16269 /app-misc
parentStable for HPPA (bug #530280). (diff)
downloadgentoo-2-2b370022c45d893c744a01836fca465adac14b28.tar.gz
gentoo-2-2b370022c45d893c744a01836fca465adac14b28.tar.bz2
gentoo-2-2b370022c45d893c744a01836fca465adac14b28.zip
getopt-1.1.6: No libcgetopt on AIX.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/getopt/ChangeLog5
-rw-r--r--app-misc/getopt/getopt-1.1.6.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/getopt/ChangeLog b/app-misc/getopt/ChangeLog
index c9833e6671d7..9bceb32c0ca2 100644
--- a/app-misc/getopt/ChangeLog
+++ b/app-misc/getopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/getopt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.12 2015/02/16 05:47:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.13 2015/02/17 14:49:52 haubi Exp $
+
+ 17 Feb 2015; Michael Haubenwallner <haubi@gentoo.org> getopt-1.1.6.ebuild:
+ No libcgetopt on AIX.
*getopt-1.1.6 (16 Feb 2015)
diff --git a/app-misc/getopt/getopt-1.1.6.ebuild b/app-misc/getopt/getopt-1.1.6.ebuild
index b6b2fb858185..bd7402437226 100644
--- a/app-misc/getopt/getopt-1.1.6.ebuild
+++ b/app-misc/getopt/getopt-1.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.6.ebuild,v 1.1 2015/02/16 05:47:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.6.ebuild,v 1.2 2015/02/17 14:49:52 haubi Exp $
EAPI=4
@@ -38,6 +38,7 @@ src_compile() {
has_version sys-libs/glibc || libintl="-lintl"
fi
+ [[ ${CHOST} == *-aix* ]] && libcgetopt=0
[[ ${CHOST} == *-irix* ]] && libcgetopt=0
[[ ${CHOST} == *-interix* ]] && libcgetopt=0