diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-08 10:28:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-08 10:28:28 +0000 |
commit | b8c4cf52323cf7cf27f1b6f5af18800764807811 (patch) | |
tree | 2386ea3920b7fd716cbea680e777fed846c07640 /app-i18n/scim-tables | |
parent | Add --with-crt-dir option to configure call, bug 306831. (diff) | |
download | gentoo-2-b8c4cf52323cf7cf27f1b6f5af18800764807811.tar.gz gentoo-2-b8c4cf52323cf7cf27f1b6f5af18800764807811.tar.bz2 gentoo-2-b8c4cf52323cf7cf27f1b6f5af18800764807811.zip |
Removed x11-libs/libXt from DEPEND, bug #313109.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 995bd3ba356d..003ea1b67fa7 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.62 2009/10/18 21:01:43 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.63 2010/05/08 10:28:28 matsuu Exp $ + + 08 May 2010; MATSUU Takuto <matsuu@gentoo.org> + scim-tables-0.5.8-r1.ebuild: + Removed x11-libs/libXt from DEPEND, bug #313109. 18 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> scim-tables-0.5.8-r1.ebuild: diff --git a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild index eb8fa4d20e10..45d28c79cce5 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.7 2009/10/18 21:01:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.8 2010/05/08 10:28:28 matsuu Exp $ inherit autotools base eutils @@ -17,8 +17,7 @@ for i in ${LANGS} ; do IUSE="${IUSE} linguas_${i}" done -RDEPEND="x11-libs/libXt - >=app-i18n/scim-1.4.7-r2 +RDEPEND=">=app-i18n/scim-1.4.7-r2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/pkgconfig |