diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-14 18:35:19 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-14 18:35:19 +0000 |
commit | 78cb6a50ab80ae00f276b53b187df8458b711c1e (patch) | |
tree | afbabb7b92c9f50ed22ef2288ef1da7cd502b72c /x11-misc/xrootconsole | |
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/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xrootconsole/ChangeLog b/x11-misc/xrootconsole/ChangeLog index 3cf9aa9a94c0..2e23a6d0a091 100644 --- a/x11-misc/xrootconsole/ChangeLog +++ b/x11-misc/xrootconsole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xrootconsole # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.11 2004/05/22 01:34:55 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.12 2004/06/14 18:32:06 pyrania Exp $ + + 14 Jun 2004; <pyrania@gentoo.org> xrootconsole-0.4-r1.ebuild: + Added IUSE. 22 May 2004; Ian Leitch <port001@gentoo.org> xrootconsole-0.4-r1.ebuild, xrootconsole-0.4.ebuild: diff --git a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild index bc41852cd465..6c946c381eec 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.4-r1.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/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.5 2004/05/22 01:34:55 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.6 2004/06/14 18:32:06 pyrania Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://de-fac.to/bob/xrootconsole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/x11" |