diff options
author | 2004-06-14 18:35:19 +0000 | |
---|---|---|
committer | 2004-06-14 18:35:19 +0000 | |
commit | 78cb6a50ab80ae00f276b53b187df8458b711c1e (patch) | |
tree | afbabb7b92c9f50ed22ef2288ef1da7cd502b72c /x11-misc/xsnap | |
parent | Added a patch for the FPU-lockup issue; please see bug #58304 for details. (diff) | |
download | historical-78cb6a50ab80ae00f276b53b187df8458b711c1e.tar.gz historical-78cb6a50ab80ae00f276b53b187df8458b711c1e.tar.bz2 historical-78cb6a50ab80ae00f276b53b187df8458b711c1e.zip |
Added IUSE.
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index facdc8facfc4..acb13d8ec972 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.7 2004/05/01 01:16:44 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.8 2004/06/14 18:30:42 pyrania Exp $ + + 14 Jun 2004; <pyrania@gentoo.org> xsnap-1.3.ebuild: + Added IUSE. 01 May 2004; Ian Leitch <port001@gentoo.org> xsnap-1.3.ebuild: patch all archs diff --git a/x11-misc/xsnap/xsnap-1.3.ebuild b/x11-misc/xsnap/xsnap-1.3.ebuild index f43c3a4517d3..7bf14580dcf9 100644 --- a/x11-misc/xsnap/xsnap-1.3.ebuild +++ b/x11-misc/xsnap/xsnap-1.3.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/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.6 2004/05/01 01:16:44 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.7 2004/06/14 18:30:42 pyrania Exp $ inherit eutils @@ -12,6 +12,7 @@ HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" SLOT="0" LICENSE="BSD" KEYWORDS="x86 ppc ~sparc ~amd64" +IUSE="" DEPEND="virtual/x11" |