diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
commit | 588cba8e12bc29ac7920b41f170954a2aa12a9a7 (patch) | |
tree | 0e78601126eff12e930f2026e0a65ace639ffa61 /dev-libs/libassetml | |
parent | 0.8.50 version bump. (diff) | |
download | gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.gz gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.bz2 gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libassetml')
-rw-r--r-- | dev-libs/libassetml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libassetml/libassetml-1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libassetml/libassetml-1.2.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/libassetml/ChangeLog b/dev-libs/libassetml/ChangeLog index 28d00bf38e2d..1336036c8a1e 100644 --- a/dev-libs/libassetml/ChangeLog +++ b/dev-libs/libassetml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libassetml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/ChangeLog,v 1.11 2012/02/16 18:03:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/ChangeLog,v 1.12 2012/05/04 18:35:52 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libassetml-1.1.ebuild, + libassetml-1.2.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libassetml-1.2.1.ebuild: x86 stable wrt bug #396891 diff --git a/dev-libs/libassetml/libassetml-1.1.ebuild b/dev-libs/libassetml/libassetml-1.1.ebuild index b130913a9079..aa104e2e0152 100644 --- a/dev-libs/libassetml/libassetml-1.1.ebuild +++ b/dev-libs/libassetml/libassetml-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.7 2007/06/25 17:15:24 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.8 2012/05/04 18:35:52 jdhore Exp $ DESCRIPTION="use xml files as resource databases" HOMEPAGE="http://ofset.sourceforge.net/" @@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2* sys-apps/texinfo app-text/texi2html" -DEPEND="dev-util/pkgconfig +DEPEND="virtual/pkgconfig ${RDEPEND}" src_install() { diff --git a/dev-libs/libassetml/libassetml-1.2.1.ebuild b/dev-libs/libassetml/libassetml-1.2.1.ebuild index 629bd376327d..92b41fadbd04 100644 --- a/dev-libs/libassetml/libassetml-1.2.1.ebuild +++ b/dev-libs/libassetml/libassetml-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.6 2012/02/16 18:03:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.7 2012/05/04 18:35:52 jdhore Exp $ DESCRIPTION="use xml files as resource databases" HOMEPAGE="http://ofset.sourceforge.net/" @@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2* sys-apps/texinfo app-text/texi2html" -DEPEND="dev-util/pkgconfig +DEPEND="virtual/pkgconfig ${RDEPEND}" src_install() { |