diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:39:15 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:39:15 +0000 |
commit | b743b7e721c3e65647cc0ce3c8f57f5113c6e51b (patch) | |
tree | a3930ca47892764c6e2960dea7d45b3e276e5704 /app-i18n/ibus-table-latin | |
parent | clean up (diff) | |
download | gentoo-2-b743b7e721c3e65647cc0ce3c8f57f5113c6e51b.tar.gz gentoo-2-b743b7e721c3e65647cc0ce3c8f57f5113c6e51b.tar.bz2 gentoo-2-b743b7e721c3e65647cc0ce3c8f57f5113c6e51b.zip |
Removed python from DEPEND.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-latin')
-rw-r--r-- | app-i18n/ibus-table-latin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-i18n/ibus-table-latin/ChangeLog b/app-i18n/ibus-table-latin/ChangeLog index 3502d40bb5ad..bc0beba1cd4e 100644 --- a/app-i18n/ibus-table-latin/ChangeLog +++ b/app-i18n/ibus-table-latin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table-latin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ChangeLog,v 1.2 2010/03/13 00:58:56 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ChangeLog,v 1.3 2010/05/04 00:39:15 matsuu Exp $ + + 04 May 2010; MATSUU Takuto <matsuu@gentoo.org> + ibus-table-latin-1.2.0.20100305.ebuild: + Removed python from DEPEND. *ibus-table-latin-1.2.0.20100305 (13 Mar 2010) diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild index bab500cbe9d5..4dfe49ef0cc1 100644 --- a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild +++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:58:56 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild,v 1.2 2010/05/04 00:39:15 matsuu Exp $ DESCRIPTION="The Latin tables for IBus-Table" HOMEPAGE="http://code.google.com/p/ibus/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912 - >=dev-lang/python-2.6" +RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912" DEPEND="${RDEPEND} dev-util/pkgconfig" |