diff options
author | 2012-05-04 18:57:21 +0000 | |
---|---|---|
committer | 2012-05-04 18:57:21 +0000 | |
commit | 870a623a3652da466b83454a214fa970b4c084be (patch) | |
tree | cd8ce64a303c501e57795a65bb6fed129868750e /sys-auth/otpcalc | |
parent | old (diff) | |
download | gentoo-2-870a623a3652da466b83454a214fa970b4c084be.tar.gz gentoo-2-870a623a3652da466b83454a214fa970b4c084be.tar.bz2 gentoo-2-870a623a3652da466b83454a214fa970b4c084be.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-auth/otpcalc')
-rw-r--r-- | sys-auth/otpcalc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/otpcalc/ChangeLog b/sys-auth/otpcalc/ChangeLog index f2a497d65ec1..c7304a8186cf 100644 --- a/sys-auth/otpcalc/ChangeLog +++ b/sys-auth/otpcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/otpcalc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.17 2011/03/23 12:08:33 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.18 2012/05/04 18:57:20 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> otpcalc-0.97-r5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Mar 2011; Ulrich Mueller <ulm@gentoo.org> -otpcalc-0.97-r4.ebuild: Remove old. diff --git a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild index 07a88a1a047a..4a0b7382c277 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r5.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/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.7 2011/03/23 08:45:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.8 2012/05/04 18:57:20 jdhore Exp $ EAPI=3 @@ -18,7 +18,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 dev-libs/openssl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/otpCalc-${PV}" |