diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-07 23:24:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-07 23:24:51 +0000 |
commit | 06f61f74013c601f5377881076f06d5c8d320f36 (patch) | |
tree | 5a471093e5f5450c11d661fcfb204815212b0b9e /games-action/trackballs | |
parent | Remove old version, make sure DEPEND/RDEPEND is correct. (diff) | |
download | gentoo-2-06f61f74013c601f5377881076f06d5c8d320f36.tar.gz gentoo-2-06f61f74013c601f5377881076f06d5c8d320f36.tar.bz2 gentoo-2-06f61f74013c601f5377881076f06d5c8d320f36.zip |
fix IUSE (bug #135973)
(Portage version: 2.1_rc4)
Diffstat (limited to 'games-action/trackballs')
-rw-r--r-- | games-action/trackballs/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/trackballs/trackballs-1.1.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/trackballs/ChangeLog b/games-action/trackballs/ChangeLog index ed972e9be9a7..f7a7ad6ad5d4 100644 --- a/games-action/trackballs/ChangeLog +++ b/games-action/trackballs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/trackballs -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.14 2005/11/21 15:26:55 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.15 2006/06/07 23:24:51 mr_bones_ Exp $ + + 07 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> + trackballs-1.1.1.ebuild: + fix IUSE (bug #135973) 21 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> trackballs-1.1.1.ebuild: diff --git a/games-action/trackballs/trackballs-1.1.1.ebuild b/games-action/trackballs/trackballs-1.1.1.ebuild index 6526c5ae79b2..8e6c0d4b3a47 100644 --- a/games-action/trackballs/trackballs-1.1.1.ebuild +++ b/games-action/trackballs/trackballs-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.1.1.ebuild,v 1.2 2005/11/21 15:26:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.1.1.ebuild,v 1.3 2006/06/07 23:24:51 mr_bones_ Exp $ inherit eutils games @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" +IUSE="nls" DEPEND="virtual/opengl virtual/glu |