diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:08:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:08:54 +0000 |
commit | 8672d5db5f771528654f7fa71b6a9ace6058e070 (patch) | |
tree | 77df3f2da0d412ef5d1b9786b359b713f1cddd4e /sci-libs/libtifiles2 | |
parent | Removed old (diff) | |
download | historical-8672d5db5f771528654f7fa71b6a9ace6058e070.tar.gz historical-8672d5db5f771528654f7fa71b6a9ace6058e070.tar.bz2 historical-8672d5db5f771528654f7fa71b6a9ace6058e070.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/libtifiles2')
-rw-r--r-- | sci-libs/libtifiles2/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/libtifiles2/ChangeLog b/sci-libs/libtifiles2/ChangeLog index 00bbcb15ccdb..0ec15f25fd81 100644 --- a/sci-libs/libtifiles2/ChangeLog +++ b/sci-libs/libtifiles2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libtifiles2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.3 2009/03/24 23:08:52 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.4 2011/03/02 20:08:54 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libtifiles2-1.1.0.ebuild, + libtifiles2-1.1.1.ebuild: + Correct Slots for gtk 3 introduction to tree 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libtifiles2-1.1.1.ebuild: Marked ~ppc for bug #263593. diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild index c517006ced81..35aacfa28610 100644 --- a/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild +++ b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild,v 1.1 2009/02/03 14:52:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild,v 1.2 2011/03/02 20:08:54 jlec Exp $ EAPI=2 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc nls threads" -RDEPEND=">=dev-libs/glib-2.6.0 +RDEPEND="dev-libs/glib:2 sci-libs/libticables2 sci-libs/libticonv nls? ( virtual/libintl )" diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild index 5025593ec28f..07ceea44a6f7 100644 --- a/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild +++ b/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.2 2009/03/24 23:08:52 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.3 2011/03/02 20:08:54 jlec Exp $ EAPI=2 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc nls threads" -RDEPEND=">=dev-libs/glib-2.6.0 +RDEPEND="dev-libs/glib:2 sci-libs/libticables2 sci-libs/libticonv nls? ( virtual/libintl )" |