diff options
author | 2006-10-14 09:16:30 +0000 | |
---|---|---|
committer | 2006-10-14 09:16:30 +0000 | |
commit | 83c5feb615e9617b25673842f8e5b381743a4a14 (patch) | |
tree | 9e44f55339143d376fe19ba8c8d75cb3c61a04ff /app-i18n/imhangul/imhangul-0.9.11-r1.ebuild | |
parent | Stable on ppc64; bug #146794 (diff) | |
download | gentoo-2-83c5feb615e9617b25673842f8e5b381743a4a14.tar.gz gentoo-2-83c5feb615e9617b25673842f8e5b381743a4a14.tar.bz2 gentoo-2-83c5feb615e9617b25673842f8e5b381743a4a14.zip |
Add missing pkgconfig dependencies, thanks to Patrick Lauer in bug #151263.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'app-i18n/imhangul/imhangul-0.9.11-r1.ebuild')
-rw-r--r-- | app-i18n/imhangul/imhangul-0.9.11-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild b/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild index 4a89aae36628..0cfad86612b5 100644 --- a/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild +++ b/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild,v 1.5 2005/04/09 20:33:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild,v 1.6 2006/10/14 09:16:30 flameeyes Exp $ IUSE="" @@ -12,7 +12,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 alpha ppc ~amd64" -DEPEND=">=x11-libs/gtk+-2.2.0" +RDEPEND=">=x11-libs/gtk+-2.2.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" get_gtk_confdir() { if useq amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && useq x86 ) ; then |