diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:21:02 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:21:02 +0000 |
commit | 6b9f0d3b5e3747e33b4ddcfe466ace9fa247cc24 (patch) | |
tree | 1624469e7b4a4d098ae196c94cffb724a1e97c78 /dev-python/pylirc | |
parent | Applied buffer overflows and directory traversal patches. See http://lists.ne... (diff) | |
download | gentoo-2-6b9f0d3b5e3747e33b4ddcfe466ace9fa247cc24.tar.gz gentoo-2-6b9f0d3b5e3747e33b4ddcfe466ace9fa247cc24.tar.bz2 gentoo-2-6b9f0d3b5e3747e33b4ddcfe466ace9fa247cc24.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/pylirc')
-rw-r--r-- | dev-python/pylirc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylirc/pylirc-0.0.4.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pylirc/ChangeLog b/dev-python/pylirc/ChangeLog index e2af80f70280..849fd235dde8 100644 --- a/dev-python/pylirc/ChangeLog +++ b/dev-python/pylirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylirc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.2 2003/11/17 03:35:03 max Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.3 2004/05/04 12:16:32 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pylirc-0.0.4.ebuild: + Add missing IUSE. 16 Nov 2003; <max@gentoo.org> pylirc-0.0.4.ebuild: Move inherit line to the top so it doesn't stomp DEPENDs. diff --git a/dev-python/pylirc/pylirc-0.0.4.ebuild b/dev-python/pylirc/pylirc-0.0.4.ebuild index dc8b86c1c046..499920de34d1 100644 --- a/dev-python/pylirc/pylirc-0.0.4.ebuild +++ b/dev-python/pylirc/pylirc-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.4.ebuild,v 1.2 2003/11/17 03:35:03 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.4.ebuild,v 1.3 2004/05/04 12:16:32 kloeri Exp $ inherit distutils @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="${DEPEND} app-misc/lirc" |