diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:46:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:46:00 +0000 |
commit | 11f0dc6cdba31cc62569a3efff1bc9c90d60f64f (patch) | |
tree | fff00fab399e970f2ba0b561a846938f274fe7a9 /app-text/tuxcards/tuxcards-2.2.1.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-11f0dc6cdba31cc62569a3efff1bc9c90d60f64f.tar.gz gentoo-2-11f0dc6cdba31cc62569a3efff1bc9c90d60f64f.tar.bz2 gentoo-2-11f0dc6cdba31cc62569a3efff1bc9c90d60f64f.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 'app-text/tuxcards/tuxcards-2.2.1.ebuild')
-rw-r--r-- | app-text/tuxcards/tuxcards-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/tuxcards/tuxcards-2.2.1.ebuild b/app-text/tuxcards/tuxcards-2.2.1.ebuild index 621f0a0cf57f..7a235e088df5 100644 --- a/app-text/tuxcards/tuxcards-2.2.1.ebuild +++ b/app-text/tuxcards/tuxcards-2.2.1.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/app-text/tuxcards/tuxcards-2.2.1.ebuild,v 1.5 2012/03/18 15:39:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-2.2.1.ebuild,v 1.6 2013/03/02 19:46:00 hwoarang Exp $ EAPI=3 inherit eutils qt4-r2 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |