summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-08-26 02:02:32 +0000
committerMatt Turner <mattst88@gentoo.org>2011-08-26 02:02:32 +0000
commitc0d23cc96b966ab1f1edb2e092cb1edd27cf36da (patch)
tree98d162f697e7c39a7fbf08948090de38644f1718 /dev-cpp/libcult
parentAdded sys-devel/m4 to DEPEND, bug 380615. (diff)
downloadgentoo-2-c0d23cc96b966ab1f1edb2e092cb1edd27cf36da.tar.gz
gentoo-2-c0d23cc96b966ab1f1edb2e092cb1edd27cf36da.tar.bz2
gentoo-2-c0d23cc96b966ab1f1edb2e092cb1edd27cf36da.zip
Added sys-devel/m4 to DEPEND, bug 380663.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libcult')
-rw-r--r--dev-cpp/libcult/ChangeLog7
-rw-r--r--dev-cpp/libcult/libcult-1.4.6.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/libcult/ChangeLog b/dev-cpp/libcult/ChangeLog
index 416b56f3de6e..c294e9875750 100644
--- a/dev-cpp/libcult/ChangeLog
+++ b/dev-cpp/libcult/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/libcult
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/ChangeLog,v 1.2 2010/10/20 05:58:54 dev-zero Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/ChangeLog,v 1.3 2011/08/26 02:02:32 mattst88 Exp $
+
+ 26 Aug 2011; Matt Turner <mattst88@gentoo.org> libcult-1.4.6.ebuild:
+ Added sys-devel/m4 to DEPEND, bug 380663.
20 Oct 2010; Tiziano Müller <dev-zero@gentoo.org> libcult-1.4.6.ebuild:
Make the build verbose.
diff --git a/dev-cpp/libcult/libcult-1.4.6.ebuild b/dev-cpp/libcult/libcult-1.4.6.ebuild
index 91d8292d8e10..209c50252148 100644
--- a/dev-cpp/libcult/libcult-1.4.6.ebuild
+++ b/dev-cpp/libcult/libcult-1.4.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/dev-cpp/libcult/libcult-1.4.6.ebuild,v 1.2 2010/10/20 05:58:54 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/libcult-1.4.6.ebuild,v 1.3 2011/08/26 02:02:32 mattst88 Exp $
EAPI="2"
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
-DEPEND="dev-util/build:0.3"
+DEPEND="dev-util/build:0.3
+ sys-devel/m4"
RDEPEND=""
src_prepare() {