diff options
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 a908d4eb329b..2cd3ea80cf39 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-2010 Gentoo Foundation +# Copyright 1999-2012 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.1 2010/11/04 15:28:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-2.2.1.ebuild,v 1.2 2012/02/02 18:24:54 ago Exp $ EAPI=3 inherit eutils qt4-r2 @@ -11,7 +11,7 @@ SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="x11-libs/qt-gui:4" |