summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2011-08-02 05:48:20 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2011-08-02 05:48:20 +0000
commitea7fe70a396a3fd06fcc0b5e7bc03c686c31e792 (patch)
tree783a077e3ca6071bf5c139c48c243e8953036685 /dev-util
parentRenamed x11-libs/Xaw3d to x11-libs/libXaw3d. (diff)
downloadgentoo-2-ea7fe70a396a3fd06fcc0b5e7bc03c686c31e792.tar.gz
gentoo-2-ea7fe70a396a3fd06fcc0b5e7bc03c686c31e792.tar.bz2
gentoo-2-ea7fe70a396a3fd06fcc0b5e7bc03c686c31e792.zip
added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/diffball/ChangeLog6
-rw-r--r--dev-util/diffball/diffball-1.0.1.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/diffball/ChangeLog b/dev-util/diffball/ChangeLog
index d76b0b4657f8..7e265772664f 100644
--- a/dev-util/diffball/ChangeLog
+++ b/dev-util/diffball/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/diffball
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.37 2011/08/02 05:31:16 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 2011/08/02 05:48:20 rafaelmartins Exp $
+
+ 02 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+ diffball-1.0.1.ebuild:
+ added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
*diffball-1.0.1 (02 Aug 2011)
diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild
index fd1d80bde8b0..10ff2ad70093 100644
--- a/dev-util/diffball/diffball-1.0.1.ebuild
+++ b/dev-util/diffball/diffball-1.0.1.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.1 2011/08/02 05:31:16 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $
DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://diffball.googlecode.com/"
-SRC_URI="http://diffball.googlecode.com/files/${PN}-${PV}.tar.bz2"
+SRC_URI="http://diffball.googlecode.com/files/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug"
-DEPEND=">=sys-libs/zlib-1.1.4
+RDEPEND=">=sys-libs/zlib-1.1.4
>=app-arch/bzip2-1.0.2
app-arch/xz-utils"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
# Invalid RESTRICT for source package. Investigate.
RESTRICT="strip"