diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-12-20 00:12:06 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-12-20 00:12:06 +0000 |
commit | 3a849eb6f6a97d67a074b09c233f387f2fe8d942 (patch) | |
tree | 68852dac59bbb91f9ae2a3572cd0fed361039b0f /x11-apps/xfsinfo | |
parent | Version bump. Move wxwin.m4 handling from wxGTK to here. Die if wrapper (diff) | |
download | gentoo-2-3a849eb6f6a97d67a074b09c233f387f2fe8d942.tar.gz gentoo-2-3a849eb6f6a97d67a074b09c233f387f2fe8d942.tar.bz2 gentoo-2-3a849eb6f6a97d67a074b09c233f387f2fe8d942.zip |
Stable on x86 wrt #202087
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-apps/xfsinfo')
-rw-r--r-- | x11-apps/xfsinfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index 307836e399fe..2e3780ae950a 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfsinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.13 2007/02/22 00:14:40 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.14 2007/12/20 00:12:06 cla Exp $ + + 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xfsinfo-1.0.1.ebuild: + Stable on x86 (bug #202087) 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild index e11d442ce292..85cd19fc66e9 100644 --- a/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild +++ b/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild,v 1.4 2006/10/10 23:55:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild,v 1.5 2007/12/20 00:12:06 cla Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X font server information utility" -KEYWORDS="~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~mips ~ppc ~ppc64 ~sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" |