diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-02-27 23:44:53 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-02-27 23:44:53 +0000 |
commit | 150183e727aa637b6fb770a31fb6db3357c89ef4 (patch) | |
tree | 5bbaf1d9a9fefbfe78b269710ae7116a4ebcec16 /x11-apps/xbiff/xbiff-1.0.1-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-150183e727aa637b6fb770a31fb6db3357c89ef4.tar.gz gentoo-2-150183e727aa637b6fb770a31fb6db3357c89ef4.tar.bz2 gentoo-2-150183e727aa637b6fb770a31fb6db3357c89ef4.zip |
x11-apps/xbiff: remove xprint support (see bug #254874)
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xbiff/xbiff-1.0.1-r1.ebuild')
-rw-r--r-- | x11-apps/xbiff/xbiff-1.0.1-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild b/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild new file mode 100644 index 000000000000..fd3b72efab8a --- /dev/null +++ b/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild,v 1.1 2009/02/27 23:44:53 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="mailbox flag for X" + +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-misc/xbitmaps" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--disable-xprint" |