diff options
author | Tom Gall <tgall@gentoo.org> | 2005-09-09 02:02:04 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-09-09 02:02:04 +0000 |
commit | 023a1148af73922aad7d687b1dc2391e57963371 (patch) | |
tree | e03a0036ee0c51d8115cab90b763606a33099cde /x11-misc/x2x | |
parent | Remove old version, add patch to include missing tc_ratespec declaration (diff) | |
download | gentoo-2-023a1148af73922aad7d687b1dc2391e57963371.tar.gz gentoo-2-023a1148af73922aad7d687b1dc2391e57963371.tar.bz2 gentoo-2-023a1148af73922aad7d687b1dc2391e57963371.zip |
stable on ppc, bug #105307
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/x2x')
-rw-r--r-- | x11-misc/x2x/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/x2x/x2x-1.27-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/x2x/ChangeLog b/x11-misc/x2x/ChangeLog index bd0c282b027e..1c56d995c174 100644 --- a/x11-misc/x2x/ChangeLog +++ b/x11-misc/x2x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x2x # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.12 2005/07/26 15:04:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.13 2005/09/09 02:02:04 tgall Exp $ + + 08 Sep 2005; Tom Gall <tgall@gentoo.org> x2x-1.27-r1.ebuild: + stable on ppc Bug #105307 26 Jul 2005; David Holm <dholm@gentoo.org> x2x-1.27-r1.ebuild: Added to ~ppc. diff --git a/x11-misc/x2x/x2x-1.27-r1.ebuild b/x11-misc/x2x/x2x-1.27-r1.ebuild index a579d7a56e29..1361bea1882b 100644 --- a/x11-misc/x2x/x2x-1.27-r1.ebuild +++ b/x11-misc/x2x/x2x-1.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.2 2005/07/26 15:04:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.3 2005/09/09 02:02:04 tgall Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.digital.com/pub/Digital/SRC/x2x/${P}.tar.gz mirror://gentoo/x2x_1.27-8-initvars.patch.gz mirror://gentoo/x2x-1.27-license.patch.gz" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ppc ~sparc ~x86" IUSE="" src_unpack() { |