diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:25:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:25:13 +0000 |
commit | d6c32b50b337f9d6b0e0fef81fe42172b66c4f5e (patch) | |
tree | e87c67f08034c4cb4f742bbb8c29110a692770c4 /sys-libs/gpm | |
parent | Pull in yacc due to .y changes #376591 by Bertrand Jacquin. (diff) | |
download | gentoo-2-d6c32b50b337f9d6b0e0fef81fe42172b66c4f5e.tar.gz gentoo-2-d6c32b50b337f9d6b0e0fef81fe42172b66c4f5e.tar.bz2 gentoo-2-d6c32b50b337f9d6b0e0fef81fe42172b66c4f5e.zip |
Use virtual/yacc instead of hardcoding list ourselves.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index 0387d29c4d52..66c06cb66c65 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gpm # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.89 2011/08/11 02:25:13 vapier Exp $ + + 11 Aug 2011; Mike Frysinger <vapier@gentoo.org> gpm-1.20.6.ebuild: + Use virtual/yacc instead of hardcoding list ourselves. 29 Jul 2011; Robin H. Johnson <robbat2@gentoo.org> gpm-1.20.6.ebuild: Bug #376861: fix missing bison/yacc DEPEND. diff --git a/sys-libs/gpm/gpm-1.20.6.ebuild b/sys-libs/gpm/gpm-1.20.6.ebuild index 1b6e662536aa..c8d01f4c2b29 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-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.14 2011/07/29 08:15:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.6.ebuild,v 1.15 2011/08/11 02:25:13 vapier Exp $ # emacs support disabled due to #99533 #335900 @@ -19,7 +19,7 @@ IUSE="selinux" DEPEND="sys-libs/ncurses app-arch/xz-utils - || ( sys-devel/bison dev-util/yacc )" + virtual/yacc" RDEPEND="selinux? ( sec-policy/selinux-gpm )" src_prepare() { |