diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/ots | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.gz gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.bz2 gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-text/ots')
-rw-r--r-- | app-text/ots/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ots/ots-0.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/ots/ChangeLog b/app-text/ots/ChangeLog index fcd4e46daac3..66258705b44b 100644 --- a/app-text/ots/ChangeLog +++ b/app-text/ots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ots -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.30 2011/11/22 17:48:37 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.31 2012/05/04 03:33:11 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ots-0.5.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 22 Nov 2011; Pacho Ramos <pacho@gentoo.org> -ots-0.4.2.ebuild, metadata.xml: Drop maintainer due retirement, bug #82110; remove old. diff --git a/app-text/ots/ots-0.5.0.ebuild b/app-text/ots/ots-0.5.0.ebuild index d361c313f740..028a565d90e2 100644 --- a/app-text/ots/ots-0.5.0.ebuild +++ b/app-text/ots/ots-0.5.0.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/app-text/ots/ots-0.5.0.ebuild,v 1.9 2010/09/09 13:41:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.5.0.ebuild,v 1.10 2012/05/04 03:33:11 jdhore Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND="=dev-libs/glib-2* >=dev-libs/popt-1.5" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |