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/imhangul | |
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/imhangul')
-rw-r--r-- | app-i18n/imhangul/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/imhangul/imhangul-0.9.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/imhangul/ChangeLog b/app-i18n/imhangul/ChangeLog index fa9590195b6d..3962b2a93992 100644 --- a/app-i18n/imhangul/ChangeLog +++ b/app-i18n/imhangul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/imhangul # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.32 2011/05/28 02:40:50 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.33 2011/07/08 11:03:15 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> imhangul-0.9.12.ebuild: + Convert from "useq" to "use". *imhangul-3.0.0 (28 May 2011) *imhangul-2.0.0 (28 May 2011) diff --git a/app-i18n/imhangul/imhangul-0.9.12.ebuild b/app-i18n/imhangul/imhangul-0.9.12.ebuild index ff2853d5924d..40ff379b89ee 100644 --- a/app-i18n/imhangul/imhangul-0.9.12.ebuild +++ b/app-i18n/imhangul/imhangul-0.9.12.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/imhangul/imhangul-0.9.12.ebuild,v 1.9 2011/03/27 10:49:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild,v 1.10 2011/07/08 11:03:15 ssuominen Exp $ EAPI="1" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" 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" |