diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:04:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:04:36 +0000 |
commit | aff477a7367e9bda1b76a329330f0de91ba00b85 (patch) | |
tree | 4548dc8560cd295fb5676d46747a9868a5a7f9ba /app-i18n/im-ja | |
parent | Convert from "useq" to "use". (diff) | |
download | historical-aff477a7367e9bda1b76a329330f0de91ba00b85.tar.gz historical-aff477a7367e9bda1b76a329330f0de91ba00b85.tar.bz2 historical-aff477a7367e9bda1b76a329330f0de91ba00b85.zip |
Convert from "useq" to "use".
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/im-ja')
-rw-r--r-- | app-i18n/im-ja/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/im-ja/im-ja-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/im-ja/ChangeLog b/app-i18n/im-ja/ChangeLog index 0881f246b1f4..87e4e67cdd35 100644 --- a/app-i18n/im-ja/ChangeLog +++ b/app-i18n/im-ja/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/im-ja # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/ChangeLog,v 1.65 2011/03/27 10:46:55 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/ChangeLog,v 1.66 2011/07/08 11:04:36 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> im-ja-1.5.ebuild: + Convert from "useq" to "use". 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> im-ja-1.5.ebuild, im-ja-1.5-r1.ebuild, im-ja-1.5-r2.ebuild: diff --git a/app-i18n/im-ja/im-ja-1.5.ebuild b/app-i18n/im-ja/im-ja-1.5.ebuild index 835c8413eb1e..61ce0bd2b701 100644 --- a/app-i18n/im-ja/im-ja-1.5.ebuild +++ b/app-i18n/im-ja/im-ja-1.5.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-i18n/im-ja/im-ja-1.5.ebuild,v 1.12 2011/03/27 10:46:55 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/im-ja-1.5.ebuild,v 1.13 2011/07/08 11:04:36 ssuominen Exp $ EAPI="1" @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} DOCS="AUTHORS README ChangeLog TODO" get_gtk_confdir() { - if useq amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && useq x86 ) ; then + if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then echo "/etc/gtk-2.0/${CHOST}" else echo "/etc/gtk-2.0" |