diff options
author | Mike Auty <ikelos@gentoo.org> | 2010-06-04 22:23:29 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2010-06-04 22:23:29 +0000 |
commit | a70597c5fdba529672d32788b5d3663013c3e272 (patch) | |
tree | 2604cb3adf2fbee8a5ebb1c2d63306755708b95b /dev-util | |
parent | Moved from sunrise overlay. Fixes bug #235952 (diff) | |
download | gentoo-2-a70597c5fdba529672d32788b5d3663013c3e272.tar.gz gentoo-2-a70597c5fdba529672d32788b5d3663013c3e272.tar.bz2 gentoo-2-a70597c5fdba529672d32788b5d3663013c3e272.zip |
Add in --without-scrollkeeper to GCONF options of bless, fixes bug 322415.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bless/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/bless/bless-0.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/bless/ChangeLog b/dev-util/bless/ChangeLog index 0abcb86150bd..d6d278ffd2f2 100644 --- a/dev-util/bless/ChangeLog +++ b/dev-util/bless/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bless # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.19 2010/01/06 00:45:29 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.20 2010/06/04 22:23:29 ikelos Exp $ + + 04 Jun 2010; Mike Auty <ikelos@gentoo.org> bless-0.6.0-r1.ebuild: + Add in --without-scrollkeeper to GCONF options of bless, fixes bug 322415. 06 Jan 2010; Mike Auty <ikelos@gentoo.org> bless-0.5.2.ebuild, bless-0.6.0-r1.ebuild: diff --git a/dev-util/bless/bless-0.6.0-r1.ebuild b/dev-util/bless/bless-0.6.0-r1.ebuild index efd66a3ce3d4..cb54c27ff64f 100644 --- a/dev-util/bless/bless-0.6.0-r1.ebuild +++ b/dev-util/bless/bless-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.3 2010/01/06 00:45:29 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.4 2010/06/04 22:23:29 ikelos Exp $ EAPI=2 @@ -30,7 +30,7 @@ DOCS="AUTHORS ChangeLog NEWS README" RESTRICT="test" pkg_setup() { - G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF}" + G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF} --without-scrollkeeper" # Stolen from enlightenment.eclass cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize" |