diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-10 21:03:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-10 21:03:00 +0000 |
commit | baf9da915df05b3c6f747cce459f1c1983e24e65 (patch) | |
tree | 6a9cae61e98030fcb03fc7fed6cf93193d2a7935 /games-board | |
parent | Remove USE arts (deprecated). (diff) | |
download | historical-baf9da915df05b3c6f747cce459f1c1983e24e65.tar.gz historical-baf9da915df05b3c6f747cce459f1c1983e24e65.tar.bz2 historical-baf9da915df05b3c6f747cce459f1c1983e24e65.zip |
arts is deprecated
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/slibo/slibo-0.4.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/slibo/slibo-0.4.4.ebuild b/games-board/slibo/slibo-0.4.4.ebuild index 73d725337940..bba6597f7cc9 100644 --- a/games-board/slibo/slibo-0.4.4.ebuild +++ b/games-board/slibo/slibo-0.4.4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.14 2009/01/29 08:20:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.15 2009/11/10 21:03:00 mr_bones_ Exp $ EAPI=2 +ARTS_REQUIRED=never inherit eutils kde DESCRIPTION="A comfortable replacement for the xboard chess interface" @@ -14,7 +15,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="=dev-db/sqlite-2* +DEPEND="dev-db/sqlite:0 x11-libs/qt:3[opengl]" need-kde 3 |