diff options
author | 2012-09-24 18:51:00 +0000 | |
---|---|---|
committer | 2012-09-24 18:51:00 +0000 | |
commit | 5b9dbd2e600b003a20e0120e5f503871ac96b04c (patch) | |
tree | ef01cc3b1a87eeb679c5ae56efcbc99f72adb56e /games-board/ace/ace-1.4.ebuild | |
parent | initial import (diff) | |
download | historical-5b9dbd2e600b003a20e0120e5f503871ac96b04c.tar.gz historical-5b9dbd2e600b003a20e0120e5f503871ac96b04c.tar.bz2 historical-5b9dbd2e600b003a20e0120e5f503871ac96b04c.zip |
add slot for libpng
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'games-board/ace/ace-1.4.ebuild')
-rw-r--r-- | games-board/ace/ace-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/ace/ace-1.4.ebuild b/games-board/ace/ace-1.4.ebuild index e3f2e0d583be..3c4a33390900 100644 --- a/games-board/ace/ace-1.4.ebuild +++ b/games-board/ace/ace-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.1 2012/09/24 15:41:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.2 2012/09/24 18:51:00 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 - media-libs/libpng" + media-libs/libpng:0" DEPEND="${RDEPEND} x11-proto/xproto" |