summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xman/ChangeLog7
-rw-r--r--x11-apps/xman/xman-1.0.2.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index 99d28cc0d404..532ea9a110fb 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xman
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.18 2007/04/06 19:00:48 joshuabaergen Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.19 2008/03/24 14:13:24 maekke Exp $
+
+ 24 Mar 2008; Markus Meier <maekke@gentoo.org> xman-1.0.2.ebuild:
+ amd64 stable, bug #202087
06 Apr 2007; Joshua Baergen <joshuabaergen@gentoo.org> xman-1.0.2.ebuild:
If building with xprint enabled, make sure libXaw is also built with xprint
diff --git a/x11-apps/xman/xman-1.0.2.ebuild b/x11-apps/xman/xman-1.0.2.ebuild
index b5f2a50c60e4..eef92666cc3c 100644
--- a/x11-apps/xman/xman-1.0.2.ebuild
+++ b/x11-apps/xman/xman-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2.ebuild,v 1.9 2008/01/13 09:35:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2.ebuild,v 1.10 2008/03/24 14:13:24 maekke Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -9,7 +9,7 @@ inherit x-modular
DESCRIPTION="Manual page display program for the X Window System"
-KEYWORDS="~amd64 arm ~mips ~ppc ppc64 s390 sh ~sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 sh ~sparc x86"
IUSE="xprint"
RDEPEND="xprint? ( x11-libs/libXprintUtil )"