diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-03-24 23:06:30 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-03-24 23:06:30 +0000 |
commit | 141fafcbc743625b0ec42fd7a5e129423cac45c8 (patch) | |
tree | 590ad655a4dcc16bf428a56496c9dfb233eeef3a /sci-libs | |
parent | fixed not fullfilled patch (diff) | |
download | gentoo-2-141fafcbc743625b0ec42fd7a5e129423cac45c8.tar.gz gentoo-2-141fafcbc743625b0ec42fd7a5e129423cac45c8.tar.bz2 gentoo-2-141fafcbc743625b0ec42fd7a5e129423cac45c8.zip |
Marked ~ppc for bug #263593.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libticables2/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libticables2/libticables2-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog index 74e21c8cb2e4..a78cd825277e 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.1 2009/02/03 14:47:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.2 2009/03/24 23:06:30 josejx Exp $ + + 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libticables2-1.2.0.ebuild: + Marked ~ppc for bug #263593. *libticables2-1.2.0 (03 Feb 2009) diff --git a/sci-libs/libticables2/libticables2-1.2.0.ebuild b/sci-libs/libticables2/libticables2-1.2.0.ebuild index ac2e590807d1..689e745969a5 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 # 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.1 2009/02/03 14:47:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.2.0.ebuild,v 1.2 2009/03/24 23:06:30 josejx Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtktiemu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc nls threads usb" RDEPEND=">=dev-libs/glib-2 |