diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:11:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:11:59 +0000 |
commit | 3b79b28afd20c2d7d9df2387baeca734f4aabe6f (patch) | |
tree | f832e479a4ce6ee4503b7b52f81b13c9032ead3e /games-board | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-3b79b28afd20c2d7d9df2387baeca734f4aabe6f.tar.gz gentoo-2-3b79b28afd20c2d7d9df2387baeca734f4aabe6f.tar.bz2 gentoo-2-3b79b28afd20c2d7d9df2387baeca734f4aabe6f.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/cockatrice/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/cockatrice/cockatrice-20120702.ebuild | 14 |
2 files changed, 12 insertions, 10 deletions
diff --git a/games-board/cockatrice/ChangeLog b/games-board/cockatrice/ChangeLog index 16ff6d73e5ad..cec2002e463f 100644 --- a/games-board/cockatrice/ChangeLog +++ b/games-board/cockatrice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/cockatrice -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.4 2012/11/19 19:14:12 hasufell Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.5 2013/03/02 21:11:59 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cockatrice-20120702.ebuild: + Move Qt dependencies to the new category 19 Nov 2012; Julian Ospald <hasufell@gentoo.org> cockatrice-20120702.ebuild, files/cockatrice-20120702-build.patch: @@ -19,4 +22,3 @@ +files/cockatrice-20120702-build.patch, +files/cockatrice-20120702-underlinking.patch, +metadata.xml: initial commit based on ebuild of Alexander Berntsen - diff --git a/games-board/cockatrice/cockatrice-20120702.ebuild b/games-board/cockatrice/cockatrice-20120702.ebuild index 195b7a188e0c..9bfb4de43207 100644 --- a/games-board/cockatrice/cockatrice-20120702.ebuild +++ b/games-board/cockatrice/cockatrice-20120702.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.4 2012/11/19 19:14:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.5 2013/03/02 21:11:59 hwoarang Exp $ EAPI=3 inherit cmake-utils eutils gnome2-utils games @@ -17,12 +17,12 @@ IUSE="dedicated server" DEPEND=" dev-libs/libgcrypt dev-libs/protobuf - x11-libs/qt-core:4 - x11-libs/qt-sql:4 + dev-qt/qtcore:4 + dev-qt/qtsql:4 !dedicated? ( - x11-libs/qt-multimedia:4 - x11-libs/qt-svg:4 - x11-libs/qt-gui:4 + dev-qt/qtmultimedia:4 + dev-qt/qtsvg:4 + dev-qt/qtgui:4 )" S=${WORKDIR}/${PN}_${PV} |