summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-07-29 08:15:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-07-29 08:15:20 +0000
commitb1e68618fe65ff09d514d3d6a71d81447a82c589 (patch)
tree2d6ddc6f7dfbb02973b533b85ca54389a24b18f6 /sys-libs/gpm
parentAdd ~x86-linux keyword. (diff)
downloadgentoo-2-b1e68618fe65ff09d514d3d6a71d81447a82c589.tar.gz
gentoo-2-b1e68618fe65ff09d514d3d6a71d81447a82c589.tar.bz2
gentoo-2-b1e68618fe65ff09d514d3d6a71d81447a82c589.zip
Bug #376861: fix missing bison/yacc DEPEND.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/ChangeLog7
-rw-r--r--sys-libs/gpm/gpm-1.20.6.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog
index 2b211aa25960..0387d29c4d52 100644
--- a/sys-libs/gpm/ChangeLog
+++ b/sys-libs/gpm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.87 2010/12/24 20:39:33 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.88 2011/07/29 08:15:20 robbat2 Exp $
+
+ 29 Jul 2011; Robin H. Johnson <robbat2@gentoo.org> gpm-1.20.6.ebuild:
+ Bug #376861: fix missing bison/yacc DEPEND.
24 Dec 2010; Mike Frysinger <vapier@gentoo.org>
+files/0001-fixup-make-warnings.patch, gpm-1.20.6.ebuild:
diff --git a/sys-libs/gpm/gpm-1.20.6.ebuild b/sys-libs/gpm/gpm-1.20.6.ebuild
index cf5055b6f4cb..1b6e662536aa 100644
--- a/sys-libs/gpm/gpm-1.20.6.ebuild
+++ b/sys-libs/gpm/gpm-1.20.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.6.ebuild,v 1.13 2010/12/24 20:39:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.6.ebuild,v 1.14 2011/07/29 08:15:20 robbat2 Exp $
# emacs support disabled due to #99533 #335900
@@ -18,7 +18,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="selinux"
DEPEND="sys-libs/ncurses
- app-arch/xz-utils"
+ app-arch/xz-utils
+ || ( sys-devel/bison dev-util/yacc )"
RDEPEND="selinux? ( sec-policy/selinux-gpm )"
src_prepare() {