diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-02-27 22:53:29 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-02-27 22:53:29 +0000 |
commit | 305e6eab7644382129c62f5e0a729edfc9af245f (patch) | |
tree | a4929b7ea9b8274182a2923b25c2c7177ba1fb37 /x11-apps | |
parent | Stable for HPPA (bug #253668). (diff) | |
download | gentoo-2-305e6eab7644382129c62f5e0a729edfc9af245f.tar.gz gentoo-2-305e6eab7644382129c62f5e0a729edfc9af245f.tar.bz2 gentoo-2-305e6eab7644382129c62f5e0a729edfc9af245f.zip |
x11-apps/xman: really remove xprint support (see bug #254874)
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 41cafab474fb..26a85c7794de 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.21 2009/01/14 13:22:42 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.22 2009/02/27 22:53:29 remi Exp $ + + 27 Feb 2009; Rémi Cardona <remi@gentoo.org> xman-1.0.2-r1.ebuild: + really remove xprint support (see bug #254874) *xman-1.0.2-r1 (14 Jan 2009) diff --git a/x11-apps/xman/xman-1.0.2-r1.ebuild b/x11-apps/xman/xman-1.0.2-r1.ebuild index 743bbf23a753..c7048652f66b 100644 --- a/x11-apps/xman/xman-1.0.2-r1.ebuild +++ b/x11-apps/xman/xman-1.0.2-r1.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-apps/xman/xman-1.0.2-r1.ebuild,v 1.1 2009/01/14 13:22:42 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.2 2009/02/27 22:53:29 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="Manual page display program for the X Window System" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="xprint" +IUSE="" RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND}" |