diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:57:21 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:57:21 +0000 |
commit | 6dabb863882599c6142dc4be987f385b310cf888 (patch) | |
tree | 2ecfdd9ac3e23e1622c594769637b9efb63d615f /sys-auth/ykpers | |
parent | old (diff) | |
download | historical-6dabb863882599c6142dc4be987f385b310cf888.tar.gz historical-6dabb863882599c6142dc4be987f385b310cf888.tar.bz2 historical-6dabb863882599c6142dc4be987f385b310cf888.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sys-auth/ykpers')
-rw-r--r-- | sys-auth/ykpers/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.3.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog index 31ada24fb9d4..dbf9d227449e 100644 --- a/sys-auth/ykpers/ChangeLog +++ b/sys-auth/ykpers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/ykpers -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.2 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ykpers-1.3.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ykpers-1.3.4 (23 Oct 2010) diff --git a/sys-auth/ykpers/ykpers-1.3.4.ebuild b/sys-auth/ykpers/ykpers-1.3.4.ebuild index 5c18a7254ffe..161fa219c6e4 100644 --- a/sys-auth/ykpers/ykpers-1.3.4.ebuild +++ b/sys-auth/ykpers/ykpers-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=2 inherit eutils autotools @@ -17,7 +17,7 @@ IUSE="" RDEPEND=">=sys-auth/libyubikey-1.6 >=dev-libs/libusb-1.0.8" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-rpath.patch |