diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-24 18:51:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-24 18:51:00 +0000 |
commit | 819f515bb9d48042a956e3fe16cb06270bdb6d42 (patch) | |
tree | 0472762c16119863b7f39df4d1f27c3c5778e64e /games-board | |
parent | initial import (diff) | |
download | gentoo-2-819f515bb9d48042a956e3fe16cb06270bdb6d42.tar.gz gentoo-2-819f515bb9d48042a956e3fe16cb06270bdb6d42.tar.bz2 gentoo-2-819f515bb9d48042a956e3fe16cb06270bdb6d42.zip |
add slot for libpng
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ace/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/ace/ace-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/ace/ChangeLog b/games-board/ace/ChangeLog index f1fc86f56f30..bbc326622c87 100644 --- a/games-board/ace/ChangeLog +++ b/games-board/ace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/ace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.24 2012/09/24 15:41:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.25 2012/09/24 18:51:00 mr_bones_ Exp $ + + 24 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> ace-1.4.ebuild: + add slot for libpng *ace-1.4 (24 Sep 2012) 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" |