summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-19 00:10:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-19 00:10:59 +0000
commit6c60895b4a071d748d45d86a1ff088ab04edc424 (patch)
tree578e09ec64d39a574522520b676b22435c25a5f3 /games-puzzle/mindless
parentfix blocks (diff)
downloadgentoo-2-6c60895b4a071d748d45d86a1ff088ab04edc424.tar.gz
gentoo-2-6c60895b4a071d748d45d86a1ff088ab04edc424.tar.bz2
gentoo-2-6c60895b4a071d748d45d86a1ff088ab04edc424.zip
need librsvg in order to compile images #99297 by Luca
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-puzzle/mindless')
-rw-r--r--games-puzzle/mindless/mindless-1.6.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-puzzle/mindless/mindless-1.6.ebuild b/games-puzzle/mindless/mindless-1.6.ebuild
index e58021c87369..a815f7185302 100644
--- a/games-puzzle/mindless/mindless-1.6.ebuild
+++ b/games-puzzle/mindless/mindless-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mindless/mindless-1.6.ebuild,v 1.1 2005/07/08 20:13:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mindless/mindless-1.6.ebuild,v 1.2 2005/07/19 00:10:59 vapier Exp $
inherit games
@@ -12,13 +12,14 @@ SRC_URI="mirror://sourceforge/mindless/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
-RESTRICT="nomirror" # for the card database.
+RESTRICT="mirror" # for the card database
RDEPEND="media-libs/gdk-pixbuf
>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
+ gnome-base/librsvg
dev-util/pkgconfig"
src_unpack() {