diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:46:47 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:46:47 +0000 |
commit | 1c655ba3c028757ba4f691ce2770d723be100724 (patch) | |
tree | b18e82ef7d35d9e9666be99e43c5bcebb50f0f2a /sys-block/endpoint | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-1c655ba3c028757ba4f691ce2770d723be100724.tar.gz gentoo-2-1c655ba3c028757ba4f691ce2770d723be100724.tar.bz2 gentoo-2-1c655ba3c028757ba4f691ce2770d723be100724.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-block/endpoint')
-rw-r--r-- | sys-block/endpoint/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/endpoint/endpoint-0.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-block/endpoint/ChangeLog b/sys-block/endpoint/ChangeLog index 6a08ddaa96e6..98fb36fa82fd 100644 --- a/sys-block/endpoint/ChangeLog +++ b/sys-block/endpoint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/endpoint -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.5 2008/01/14 02:30:27 robbat2 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.6 2012/05/03 04:46:47 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> endpoint-0.1.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 14 Jan 2008; Robin H. Johnson <robbat2@gentoo.org> metadata.xml, endpoint-0.1.0.ebuild: diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild index 2d047446a31a..74afba4ea9d7 100644 --- a/sys-block/endpoint/endpoint-0.1.0.ebuild +++ b/sys-block/endpoint/endpoint-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.6 2008/04/19 23:06:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.7 2012/05/03 04:46:47 jdhore Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=sys-libs/libraw1394-0.9 >=dev-libs/glib-2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |