diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-06-23 09:02:44 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-06-23 09:02:44 +0000 |
commit | 0a3aa1a9f7809b9b71d487c31edbbabc3cf0e3be (patch) | |
tree | 360505ac5ac3f1898aa0d3dd22210b4bec05b909 /xfce-base/libxfce4util | |
parent | Don't install twice the graphics (bug #44336) (diff) | |
download | historical-0a3aa1a9f7809b9b71d487c31edbbabc3cf0e3be.tar.gz historical-0a3aa1a9f7809b9b71d487c31edbbabc3cf0e3be.tar.bz2 historical-0a3aa1a9f7809b9b71d487c31edbbabc3cf0e3be.zip |
Who is Mark Stable? Why is he on AMD64? - Tune in next week, for another exiting episode...
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index b52451c4f026..f327e1d183e3 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.25 2004/05/19 01:14:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.26 2004/06/23 09:02:44 malc Exp $ + + 23 Jun 2004; <malc@gentoo.org> libxfce4util-4.0.5.ebuild: + Mark stable on amd64 18 May 2004; Guy Martin <gmsoft@gentoo.org> libxfce4util-4.0.5.ebuild: Marked stable on hppa. diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild index 7d68c60fa10b..728640d12ef7 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild,v 1.5 2004/05/19 01:14:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.5.ebuild,v 1.6 2004/06/23 09:02:44 malc Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.ta SLOT="0" LICENSE="BSD" -KEYWORDS="ia64 x86 ppc alpha sparc ~amd64 hppa ~mips" +KEYWORDS="ia64 x86 ppc alpha sparc amd64 hppa ~mips" RDEPEND=">=x11-libs/gtk+-2.0.6 dev-libs/libxml2" |