diff options
author | 2011-03-02 20:08:54 +0000 | |
---|---|---|
committer | 2011-03-02 20:08:54 +0000 | |
commit | 3b1acaba46f2d9bcfd49cc89db5805c478260dd4 (patch) | |
tree | c018af1911f7f853f0c83d6a3a33652949ea5e53 /sci-libs/libtifiles2 | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-3b1acaba46f2d9bcfd49cc89db5805c478260dd4.tar.gz gentoo-2-3b1acaba46f2d9bcfd49cc89db5805c478260dd4.tar.bz2 gentoo-2-3b1acaba46f2d9bcfd49cc89db5805c478260dd4.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 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 )" |