diff options
Diffstat (limited to 'app-i18n/scim-prime/scim-prime-1.0.1.ebuild')
-rw-r--r-- | app-i18n/scim-prime/scim-prime-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/scim-prime/scim-prime-1.0.1.ebuild b/app-i18n/scim-prime/scim-prime-1.0.1.ebuild index 8e38e6d2cd2c..3069b42a5b29 100644 --- a/app-i18n/scim-prime/scim-prime-1.0.1.ebuild +++ b/app-i18n/scim-prime/scim-prime-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-prime/scim-prime-1.0.1.ebuild,v 1.2 2011/12/04 16:43:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-prime/scim-prime-1.0.1.ebuild,v 1.3 2012/05/03 19:24:28 jdhore Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=app-i18n/scim-1.0 >=app-i18n/prime-1.0.0" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" |