diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 11:35:10 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 11:35:10 +0000 |
commit | 0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95 (patch) | |
tree | 770ed78b778ecbe3771868f9750a4c39f49d5ac8 /dev-tcltk/tclgpgme | |
parent | Changed ISUE to IUSE as it is more approprate;-) (Manifest recommit) (diff) | |
download | gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.tar.gz gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.tar.bz2 gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'dev-tcltk/tclgpgme')
-rw-r--r-- | dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild b/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild index a87d35e63b95..d0b2f5881fbd 100644 --- a/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild +++ b/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild,v 1.6 2004/01/15 03:57:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild,v 1.7 2004/04/14 11:32:38 aliz Exp $ inherit eutils DESCRIPTION="Tcl/Tk libraries to gpgme." HOMEPAGE="http://beepcore-tcl.sourceforge.net/" SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz" - +IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86 alpha" |