diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-14 23:02:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-14 23:02:29 +0000 |
commit | 81f2f8898ddb551edb64624d480b2b8e78541f16 (patch) | |
tree | 89270b3e9225d33fe54791a15cf044e0d0ecef31 /kde-base/automoc | |
parent | Update kopete ebuild to reflect wlm/msn changes. Deprecate msn, and put wlm u... (diff) | |
download | gentoo-2-81f2f8898ddb551edb64624d480b2b8e78541f16.tar.gz gentoo-2-81f2f8898ddb551edb64624d480b2b8e78541f16.tar.bz2 gentoo-2-81f2f8898ddb551edb64624d480b2b8e78541f16.zip |
Bashism--
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/automoc')
-rw-r--r-- | kde-base/automoc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/automoc/automoc-0.9.84.ebuild | 4 | ||||
-rw-r--r-- | kde-base/automoc/automoc-0.9.88.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/automoc/ChangeLog b/kde-base/automoc/ChangeLog index 6e15724b3e55..bcc78dc128de 100644 --- a/kde-base/automoc/ChangeLog +++ b/kde-base/automoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/automoc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.8 2009/04/11 15:52:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.9 2009/04/14 23:02:29 scarabeus Exp $ + + 14 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> automoc-0.9.84.ebuild, + automoc-0.9.88.ebuild: + Bashism-- 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> automoc-0.9.88.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/automoc/automoc-0.9.84.ebuild b/kde-base/automoc/automoc-0.9.84.ebuild index cb1230c8bc26..2b97cb0ea969 100644 --- a/kde-base/automoc/automoc-0.9.84.ebuild +++ b/kde-base/automoc/automoc-0.9.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild,v 1.5 2009/03/05 16:04:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild,v 1.6 2009/04/14 23:02:29 scarabeus Exp $ EAPI="2" @@ -21,7 +21,7 @@ RDEPEND="${RDEPEND}" S="${WORKDIR}/${PN}4-${PV}" src_prepare() { - if [[ ${ELIBC} == "uclibc" ]]; then + if [[ ${ELIBC} = uclibc ]]; then append-flags -pthread fi } diff --git a/kde-base/automoc/automoc-0.9.88.ebuild b/kde-base/automoc/automoc-0.9.88.ebuild index 31705fd2c42a..325757fecb3c 100644 --- a/kde-base/automoc/automoc-0.9.88.ebuild +++ b/kde-base/automoc/automoc-0.9.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.6 2009/04/11 15:52:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.7 2009/04/14 23:02:29 scarabeus Exp $ EAPI="2" @@ -24,7 +24,7 @@ RDEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { - if [[ ${ELIBC} == "uclibc" ]]; then + if [[ ${ELIBC} = uclibc ]]; then append-flags -pthread fi } |