diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 19:41:37 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 19:41:37 +0000 |
commit | 12f50c5851c5211525ec736cbb133e7ff4c3ef96 (patch) | |
tree | 8f154887d25f82f489db4b060df90f20560a15d8 /x11-misc/xfe | |
parent | ppc stable #281645 (diff) | |
download | gentoo-2-12f50c5851c5211525ec736cbb133e7ff4c3ef96.tar.gz gentoo-2-12f50c5851c5211525ec736cbb133e7ff4c3ef96.tar.bz2 gentoo-2-12f50c5851c5211525ec736cbb133e7ff4c3ef96.zip |
ppc stable #281650
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.19.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index d15d82373914..a3327c12b9ae 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.50 2009/08/05 12:53:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.51 2009/08/29 19:41:37 nixnut Exp $ + + 29 Aug 2009; nixnut <nixnut@gentoo.org> xfe-1.19.2.ebuild: + ppc stable #281650 05 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> xfe-1.19.2.ebuild, +files/xfe-1.19.2-gcc44.patch: diff --git a/x11-misc/xfe/xfe-1.19.2.ebuild b/x11-misc/xfe/xfe-1.19.2.ebuild index b082d95ff520..e0fdbbb085d9 100644 --- a/x11-misc/xfe/xfe-1.19.2.ebuild +++ b/x11-misc/xfe/xfe-1.19.2.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/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.2 2009/08/05 12:53:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.3 2009/08/29 19:41:37 nixnut Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86" IUSE="debug nls +png" RDEPEND="=x11-libs/fox-1.6*[truetype,png?]" |