diff options
author | 2011-07-31 18:28:34 +0000 | |
---|---|---|
committer | 2011-07-31 18:28:34 +0000 | |
commit | f001302361858f63b2a366c21d5301868f80b712 (patch) | |
tree | 86543af4b26fcf3c36ce7c7d3794ccd868e4beb5 | |
parent | Add support for qt-only build, bug 356457 (diff) | |
download | gentoo-2-f001302361858f63b2a366c21d5301868f80b712.tar.gz gentoo-2-f001302361858f63b2a366c21d5301868f80b712.tar.bz2 gentoo-2-f001302361858f63b2a366c21d5301868f80b712.zip |
Add sys-devel/bison to DEPEND, bug 376949.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/fbset/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/fbset/fbset-2.1.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys-apps/fbset/ChangeLog b/sys-apps/fbset/ChangeLog index de0e3d181dbb..6171b067487f 100644 --- a/sys-apps/fbset/ChangeLog +++ b/sys-apps/fbset/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for sys-apps/fbset -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/ChangeLog,v 1.13 2007/04/11 15:08:45 spock Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/ChangeLog,v 1.14 2011/07/31 18:28:34 mattst88 Exp $ - 11 Apr 2007; Michał Januszewski <spock@gentoo.org> metadata.xml: + 31 Jul 2011; Matt Turner <mattst88@gentoo.org> fbset-2.1.ebuild: + Add sys-devel/bison to DEPEND, bug 376949. + + 11 Apr 2007; MichaÅ Januszewski <spock@gentoo.org> metadata.xml: Add myself as maintainer. 17 Mar 2007; Mike Frysinger <vapier@gentoo.org> fbset-2.1.ebuild: diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index 10ee4d3d0987..8d30e9724e3e 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.32 2007/03/17 00:15:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.33 2011/07/31 18:28:34 mattst88 Exp $ inherit toolchain-funcs flag-o-matic @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="static" -DEPEND="" +DEPEND="sys-devel/bison" +RDEPEND="" src_unpack() { unpack ${A} |