diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:05:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:05:32 +0000 |
commit | 9ff1d0346f7b438c27c6650a0ba83469582b75d6 (patch) | |
tree | 35063e5de482bb79411472a2aac6fa15afbc3245 /sci-libs/libticables2 | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-9ff1d0346f7b438c27c6650a0ba83469582b75d6.tar.gz gentoo-2-9ff1d0346f7b438c27c6650a0ba83469582b75d6.tar.bz2 gentoo-2-9ff1d0346f7b438c27c6650a0ba83469582b75d6.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libticables2')
-rw-r--r-- | sci-libs/libticables2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libticables2/libticables2-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog index a78cd825277e..1fbde966c634 100644 --- a/sci-libs/libticables2/ChangeLog +++ b/sci-libs/libticables2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libticables2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.2 2009/03/24 23:06:30 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.3 2011/03/02 20:05:32 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libticables2-1.2.0.ebuild: + Correct Slots for gtk 3 introduction to tree 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libticables2-1.2.0.ebuild: Marked ~ppc for bug #263593. diff --git a/sci-libs/libticables2/libticables2-1.2.0.ebuild b/sci-libs/libticables2/libticables2-1.2.0.ebuild index 689e745969a5..afbd817d162e 100644 --- a/sci-libs/libticables2/libticables2-1.2.0.ebuild +++ b/sci-libs/libticables2/libticables2-1.2.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/libticables2/libticables2-1.2.0.ebuild,v 1.2 2009/03/24 23:06:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.2.0.ebuild,v 1.3 2011/03/02 20:05:32 jlec Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc nls threads usb" -RDEPEND=">=dev-libs/glib-2 +RDEPEND="dev-libs/glib:2 usb? ( dev-libs/libusb ) nls? ( virtual/libintl )" |