diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-10-14 09:07:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-10-14 09:07:23 +0000 |
commit | 39b0c95bf9aee760fb46d9271983b0c45c2378c0 (patch) | |
tree | e5bb77592c17c05cac811ec55d0351a4de16564b /dev-libs/openobex | |
parent | Stable on ppc64; bug #145409 (diff) | |
download | gentoo-2-39b0c95bf9aee760fb46d9271983b0c45c2378c0.tar.gz gentoo-2-39b0c95bf9aee760fb46d9271983b0c45c2378c0.tar.bz2 gentoo-2-39b0c95bf9aee760fb46d9271983b0c45c2378c0.zip |
Add pkgconfig to DEPEND (#151286).
(Portage version: 2.1.1)
Diffstat (limited to 'dev-libs/openobex')
-rw-r--r-- | dev-libs/openobex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/openobex/openobex-1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/openobex/openobex-1.3.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/openobex/ChangeLog b/dev-libs/openobex/ChangeLog index 6621f36a4a81..cee1edcf810c 100644 --- a/dev-libs/openobex/ChangeLog +++ b/dev-libs/openobex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openobex # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.47 2006/10/01 15:12:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.48 2006/10/14 09:07:23 mrness Exp $ + + 14 Oct 2006; Alin Nastac <mrness@gentoo.org> openobex-1.2-r1.ebuild, + openobex-1.3.ebuild: + Add pkgconfig to DEPEND (#151286). 01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> openobex-1.3.ebuild: hppa stable, bug #144491 diff --git a/dev-libs/openobex/openobex-1.2-r1.ebuild b/dev-libs/openobex/openobex-1.2-r1.ebuild index 828539b59c8b..e063e1dd51d3 100644 --- a/dev-libs/openobex/openobex-1.2-r1.ebuild +++ b/dev-libs/openobex/openobex-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.2-r1.ebuild,v 1.6 2006/08/20 09:08:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.2-r1.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $ inherit autotools eutils gnuconfig @@ -13,7 +13,9 @@ SLOT="0" IUSE="bluetooth debug irda syslog usb" KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" -DEPEND="usb? ( dev-libs/libusb )" +RDEPEND="usb? ( dev-libs/libusb )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} diff --git a/dev-libs/openobex/openobex-1.3.ebuild b/dev-libs/openobex/openobex-1.3.ebuild index 8166e0c8dc1f..069b090a923d 100644 --- a/dev-libs/openobex/openobex-1.3.ebuild +++ b/dev-libs/openobex/openobex-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.3.ebuild,v 1.6 2006/10/01 15:12:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.3.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $ inherit autotools eutils gnuconfig @@ -13,7 +13,9 @@ SLOT="0" IUSE="bluetooth debug irda syslog usb" KEYWORDS="~amd64 hppa ppc ppc64 sparc x86" -DEPEND="usb? ( dev-libs/libusb )" +RDEPEND="usb? ( dev-libs/libusb )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |