diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-10 02:49:41 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-10 02:49:41 +0000 |
commit | ff1b0eb353c74566e5519b7a7a8d4ac723e54689 (patch) | |
tree | cc065e2a620f7dc5bb177bc7dd49c4a0d740575f /app-misc/cwiid | |
parent | Version bump. Bug #446114. Patch from hasufell. (diff) | |
download | gentoo-2-ff1b0eb353c74566e5519b7a7a8d4ac723e54689.tar.gz gentoo-2-ff1b0eb353c74566e5519b7a7a8d4ac723e54689.tar.bz2 gentoo-2-ff1b0eb353c74566e5519b7a7a8d4ac723e54689.zip |
fixed awk dep (bug #455712)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-misc/cwiid')
-rw-r--r-- | app-misc/cwiid/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/cwiid/cwiid-20110107-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-misc/cwiid/ChangeLog b/app-misc/cwiid/ChangeLog index c65c002a0df0..41f524d150d4 100644 --- a/app-misc/cwiid/ChangeLog +++ b/app-misc/cwiid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/cwiid -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cwiid/ChangeLog,v 1.5 2012/08/14 23:25:36 hasufell Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cwiid/ChangeLog,v 1.6 2013/02/10 02:49:41 ottxor Exp $ + + 10 Feb 2013; Christoph Junghans <ottxor@gentoo.org> cwiid-20110107-r1.ebuild: + fixed awk dep (bug #455712) 14 Aug 2012; Julian Ospald <hasufell@gentoo.org> cwiid-20110107-r1.ebuild: missed virtual/pkgconfig in DEPEND @@ -24,4 +27,3 @@ 07 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +cwiid-20110107.ebuild, +metadata.xml: new ebuild, see bug #347630 thanks to Marco Clocchiatti - diff --git a/app-misc/cwiid/cwiid-20110107-r1.ebuild b/app-misc/cwiid/cwiid-20110107-r1.ebuild index c592e9129c13..c675295460af 100644 --- a/app-misc/cwiid/cwiid-20110107-r1.ebuild +++ b/app-misc/cwiid/cwiid-20110107-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cwiid/cwiid-20110107-r1.ebuild,v 1.4 2012/08/14 23:25:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cwiid/cwiid-20110107-r1.ebuild,v 1.5 2013/02/10 02:49:41 ottxor Exp $ EAPI="3" @@ -25,7 +25,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="python" -DEPEND="sys-apps/gawk +DEPEND="virtual/awk sys-apps/sed sys-devel/bison >=sys-devel/flex-2.5.35 |