diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:35:32 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:35:32 +0000 |
commit | bba72a2f03b4fbe7b59d0a363c012ccee1305643 (patch) | |
tree | ed474bfb8c392daa4bbfaefc925d12c060b8d472 /dev-games/crystalspace | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.tar.gz gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.tar.bz2 gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 794d917f2530..965be74c833d 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.54 2011/10/19 16:12:13 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.55 2012/05/03 06:35:32 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> crystalspace-1.4.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -crystalspace-1.2.1.ebuild, -files/crystalspace-1.2.1-libpng14.patch: diff --git a/dev-games/crystalspace/crystalspace-1.4.0.ebuild b/dev-games/crystalspace/crystalspace-1.4.0.ebuild index b874d0226e5f..9fea9d7e6813 100644 --- a/dev-games/crystalspace/crystalspace-1.4.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.4.0.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/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.9 2011/09/09 09:25:36 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.10 2012/05/03 06:35:32 jdhore Exp $ EAPI=2 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator @@ -47,7 +47,7 @@ DEPEND="${COMMON_DEP} dev-java/ant-core ) dev-util/ftjam dev-lang/swig - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |