diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:31:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:31:18 +0000 |
commit | 73c37524c81c2a29ec3fea92f67e26ad1aa95422 (patch) | |
tree | edba67eceec8a840b1e5f030400bcf8b6b010055 /media-sound/hearnet | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-73c37524c81c2a29ec3fea92f67e26ad1aa95422.tar.gz gentoo-2-73c37524c81c2a29ec3fea92f67e26ad1aa95422.tar.bz2 gentoo-2-73c37524c81c2a29ec3fea92f67e26ad1aa95422.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/hearnet')
-rw-r--r-- | media-sound/hearnet/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/hearnet/hearnet-0.0.2.ebuild | 6 | ||||
-rw-r--r-- | media-sound/hearnet/hearnet-0.0.9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/hearnet/ChangeLog b/media-sound/hearnet/ChangeLog index a11b8976b767..31993475e55c 100644 --- a/media-sound/hearnet/ChangeLog +++ b/media-sound/hearnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/hearnet -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/ChangeLog,v 1.14 2011/04/02 12:48:24 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/ChangeLog,v 1.15 2012/05/05 08:31:18 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> hearnet-0.0.2.ebuild, + hearnet-0.0.9.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> hearnet-0.0.2.ebuild, hearnet-0.0.9.ebuild: diff --git a/media-sound/hearnet/hearnet-0.0.2.ebuild b/media-sound/hearnet/hearnet-0.0.2.ebuild index 407cd402cdb2..e9865cecf274 100644 --- a/media-sound/hearnet/hearnet-0.0.2.ebuild +++ b/media-sound/hearnet/hearnet-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/hearnet-0.0.2.ebuild,v 1.11 2011/04/02 12:48:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/hearnet-0.0.2.ebuild,v 1.12 2012/05/05 08:31:18 mgorny Exp $ IUSE="" @@ -15,7 +15,7 @@ KEYWORDS="x86 -amd64 ~ppc" RDEPEND="net-libs/libpcap media-sound/jack-audio-connection-kit" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN} diff --git a/media-sound/hearnet/hearnet-0.0.9.ebuild b/media-sound/hearnet/hearnet-0.0.9.ebuild index d18bd67a137b..3f1f20b42726 100644 --- a/media-sound/hearnet/hearnet-0.0.9.ebuild +++ b/media-sound/hearnet/hearnet-0.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/hearnet-0.0.9.ebuild,v 1.3 2011/04/02 12:48:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/hearnet/hearnet-0.0.9.ebuild,v 1.4 2012/05/05 08:31:18 mgorny Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" RDEPEND="net-libs/libpcap media-sound/jack-audio-connection-kit" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${PN}.cpp -o \ |