diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:06:17 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:06:17 +0000 |
commit | 1f03338ede401fea6c5ae113da1334b16987a4c6 (patch) | |
tree | 30770d64fcdff4f6ba7d353e1ccc0b0de0c342cb /games-roguelike/angband/angband-3.2.0.ebuild | |
parent | Rewrite scrollkeeper support as proposed in bug #301311. (diff) | |
download | gentoo-2-1f03338ede401fea6c5ae113da1334b16987a4c6.tar.gz gentoo-2-1f03338ede401fea6c5ae113da1334b16987a4c6.tar.bz2 gentoo-2-1f03338ede401fea6c5ae113da1334b16987a4c6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-roguelike/angband/angband-3.2.0.ebuild')
-rw-r--r-- | games-roguelike/angband/angband-3.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/angband/angband-3.2.0.ebuild b/games-roguelike/angband/angband-3.2.0.ebuild index f24c748f983f..3163c2756ce7 100644 --- a/games-roguelike/angband/angband-3.2.0.ebuild +++ b/games-roguelike/angband/angband-3.2.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/games-roguelike/angband/angband-3.2.0.ebuild,v 1.5 2011/03/11 07:44:03 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.2.0.ebuild,v 1.6 2012/05/02 21:06:17 jdhore Exp $ EAPI=2 inherit autotools eutils versionator games @@ -30,7 +30,7 @@ RDEPEND="gtk? ( gnome-base/libglade sound? ( media-libs/sdl-mixer media-libs/libsdl[audio] ) )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |