diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-07-29 08:15:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-07-29 08:15:20 +0000 |
commit | b1e68618fe65ff09d514d3d6a71d81447a82c589 (patch) | |
tree | 2d6ddc6f7dfbb02973b533b85ca54389a24b18f6 /sys-libs/gpm/gpm-1.20.6.ebuild | |
parent | Add ~x86-linux keyword. (diff) | |
download | gentoo-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/gpm-1.20.6.ebuild')
-rw-r--r-- | sys-libs/gpm/gpm-1.20.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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() { |