diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:56:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:56:54 +0000 |
commit | 2479bdad86cbc7d9df28e8b201e8d55ecaf49e2b (patch) | |
tree | 43e49c57208bdb32f3e49749c163b6c12c9da047 /games-action/trackballs | |
parent | Need to have kde-base/kdelibs and x11-libs/qt in both RDEPEND and DEPEND. (diff) | |
download | historical-2479bdad86cbc7d9df28e8b201e8d55ecaf49e2b.tar.gz historical-2479bdad86cbc7d9df28e8b201e8d55ecaf49e2b.tar.bz2 historical-2479bdad86cbc7d9df28e8b201e8d55ecaf49e2b.zip |
Added IUSE.
Diffstat (limited to 'games-action/trackballs')
-rw-r--r-- | games-action/trackballs/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/trackballs/trackballs-0.9.2.ebuild | 3 | ||||
-rw-r--r-- | games-action/trackballs/trackballs-1.0.0.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games-action/trackballs/ChangeLog b/games-action/trackballs/ChangeLog index 413fd9ed437e..83a11bde724e 100644 --- a/games-action/trackballs/ChangeLog +++ b/games-action/trackballs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/trackballs # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.6 2004/03/01 16:19:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.7 2004/04/19 20:54:37 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> trackballs-0.9.2.ebuild, + trackballs-1.0.0.ebuild: + Added IUSE. 01 Mar 2004; David Holm <dholm@gentoo.org> trackballs-1.0.0.ebuild: Added to ~ppc. diff --git a/games-action/trackballs/trackballs-0.9.2.ebuild b/games-action/trackballs/trackballs-0.9.2.ebuild index 315125583690..9075767812ed 100644 --- a/games-action/trackballs/trackballs-0.9.2.ebuild +++ b/games-action/trackballs/trackballs-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-0.9.2.ebuild,v 1.2 2004/02/03 01:25:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-0.9.2.ebuild,v 1.3 2004/04/19 20:54:37 wolf31o2 Exp $ inherit games eutils @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/opengl media-libs/libsdl diff --git a/games-action/trackballs/trackballs-1.0.0.ebuild b/games-action/trackballs/trackballs-1.0.0.ebuild index d9ca027b9428..b7903dd59ded 100644 --- a/games-action/trackballs/trackballs-1.0.0.ebuild +++ b/games-action/trackballs/trackballs-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.0.0.ebuild,v 1.2 2004/03/01 16:19:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.0.0.ebuild,v 1.3 2004/04/19 20:54:37 wolf31o2 Exp $ inherit eutils games @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" RDEPEND="virtual/opengl virtual/glu |