diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-27 19:36:00 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-27 19:36:00 +0000 |
commit | eb11a7d2d0c2b58c9852e836c0a0f26963a8f75e (patch) | |
tree | 9283a23dca83ecb11d5fb5aed23654b15dcab4f0 /x11-apps/xbiff | |
parent | Fix bug 107297. (diff) | |
download | gentoo-2-eb11a7d2d0c2b58c9852e836c0a0f26963a8f75e.tar.gz gentoo-2-eb11a7d2d0c2b58c9852e836c0a0f26963a8f75e.tar.bz2 gentoo-2-eb11a7d2d0c2b58c9852e836c0a0f26963a8f75e.zip |
Add note about xprint being optional as of today's CVS.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-apps/xbiff')
-rw-r--r-- | x11-apps/xbiff/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xbiff/xbiff-0.99.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-apps/xbiff/ChangeLog b/x11-apps/xbiff/ChangeLog index 428658ca21b2..fe32bfe29991 100644 --- a/x11-apps/xbiff/ChangeLog +++ b/x11-apps/xbiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbiff # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.3 2005/09/09 07:07:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.4 2005/09/27 19:36:00 spyderous Exp $ + + 27 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; xbiff-0.99.0.ebuild: + Add note about xprint being optional as of today's CVS. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-apps/xbiff/xbiff-0.99.0.ebuild b/x11-apps/xbiff/xbiff-0.99.0.ebuild index db8678f9c503..47245c509ab9 100644 --- a/x11-apps/xbiff/xbiff-0.99.0.ebuild +++ b/x11-apps/xbiff/xbiff-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-0.99.0.ebuild,v 1.3 2005/08/24 00:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-0.99.0.ebuild,v 1.4 2005/09/27 19:36:00 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xbiff application" KEYWORDS="~arm ~s390 ~sparc ~x86" +# As of 20050927, we should be able to make xprint optional #IUSE="xprint" RDEPEND="x11-libs/libXaw x11-misc/xbitmaps" |