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 | 8720fde44bf969f14f0ed5c124abf3477d90de7c (patch) | |
tree | a143601c0f65d51e05a3ebb305414385c91183e7 /x11-misc/xbatt | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.tar.gz gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.tar.bz2 gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.zip |
Added IUSE.
Diffstat (limited to 'x11-misc/xbatt')
-rw-r--r-- | x11-misc/xbatt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbatt/xbatt-1.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xbatt/ChangeLog b/x11-misc/xbatt/ChangeLog index 5bfa1f5dfc4a..a983ab22de4d 100644 --- a/x11-misc/xbatt/ChangeLog +++ b/x11-misc/xbatt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbatt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.3 2004/04/11 17:29:27 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.4 2004/06/14 18:33:17 pyrania Exp $ + + 14 Jun 2004; <pyrania@gentoo.org> xbatt-1.2.1.ebuild: + Added IUSE. 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xbatt-1.2.1.ebuild: Ebuild fixups. diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild index 24f914805266..324ed2c8479a 100644 --- a/x11-misc/xbatt/xbatt-1.2.1.ebuild +++ b/x11-misc/xbatt/xbatt-1.2.1.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/xbatt/xbatt-1.2.1.ebuild,v 1.2 2004/04/11 17:29:27 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.3 2004/06/14 18:33:17 pyrania Exp $ DESCRIPTION="Notebook battery indicataor for X" SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/" SLOT="0" LICENSE="as-is | BSD" KEYWORDS="x86 ppc" +IUSE="" DEPEND="virtual/x11" |