diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-03 22:12:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-03 22:12:11 +0000 |
commit | 014fb33838fc38a33c212df95cc177c4547b323b (patch) | |
tree | 5343c96616a8c197d6cfeb822d9b6f3c1134dbb9 /games-puzzle | |
parent | old (diff) | |
download | gentoo-2-014fb33838fc38a33c212df95cc177c4547b323b.tar.gz gentoo-2-014fb33838fc38a33c212df95cc177c4547b323b.tar.bz2 gentoo-2-014fb33838fc38a33c212df95cc177c4547b323b.zip |
add use-based dep for media-libs/imlib (bug #229477)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xphotohunter/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-puzzle/xphotohunter/ChangeLog b/games-puzzle/xphotohunter/ChangeLog index 375cad18f188..b9922b01fc91 100644 --- a/games-puzzle/xphotohunter/ChangeLog +++ b/games-puzzle/xphotohunter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xphotohunter -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/ChangeLog,v 1.4 2008/12/16 16:23:31 ssuominen Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/ChangeLog,v 1.5 2009/01/03 22:12:11 mr_bones_ Exp $ + + 03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + xphotohunter-1.4-r1.ebuild: + add use-based dep for media-libs/imlib (bug #229477) 16 Dec 2008; <ssuominen@gentoo.org> xphotohunter-1.4-r1.ebuild: Respect CC. diff --git a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild index 80f8a3b518bd..40eca31aa68f 100644 --- a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild +++ b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.6 2008/12/16 16:23:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.7 2009/01/03 22:12:11 mr_bones_ Exp $ +EAPI=2 inherit eutils games toolchain-funcs DESCRIPTION="Find the differences between two pictures." @@ -16,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/imlib" +DEPEND="media-libs/imlib[gtk]" RDEPEND="${DEPEND} media-sound/esound" |