diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-10-04 19:07:02 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-10-04 19:07:02 +0000 |
commit | ad677384a51057ca87bd5f2ee32164ea10010b72 (patch) | |
tree | 56bb19703259763287692d2bb8aad96fc63ba834 /app-i18n | |
parent | Fix stack based buffer overflow (security bug #229157) (diff) | |
download | gentoo-2-ad677384a51057ca87bd5f2ee32164ea10010b72.tar.gz gentoo-2-ad677384a51057ca87bd5f2ee32164ea10010b72.tar.bz2 gentoo-2-ad677384a51057ca87bd5f2ee32164ea10010b72.zip |
Fix pkgconfig build failures, bug 239619
(Portage version: 2.2_rc10/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-wijesekera/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-i18n/scim-wijesekera/ChangeLog b/app-i18n/scim-wijesekera/ChangeLog index 6fc1717fc712..65ba55e720a0 100644 --- a/app-i18n/scim-wijesekera/ChangeLog +++ b/app-i18n/scim-wijesekera/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-wijesekera # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.1 2008/05/02 15:41:33 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.2 2008/10/04 19:07:02 gentoofan23 Exp $ + + 04 Oct 2008; Thomas Anderson <gentoofan23@gentoo.org> + scim-wijesekera-0.3.3.ebuild: + Fix pkgconfig build failures, bug 239619 *scim-wijesekera-0.3.3 (02 May 2008) diff --git a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild index 2047e1e3bb7f..c6ee6b06df2a 100644 --- a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild +++ b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.1 2008/05/02 15:41:33 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.2 2008/10/04 19:07:02 gentoofan23 Exp $ inherit autotools @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=app-i18n/scim-0.99.8" +RDEPEND=">=app-i18n/scim-0.99.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |