diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.2.7.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild index 5412ef9cc78e..ee76cfe18e70 100644 --- a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild @@ -9,10 +9,10 @@ DESCRIPTION="Pure Tcl implementation of an XML parser" HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" -IUSE="debug threads" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86" +IUSE="debug threads" DEPEND=" >=dev-lang/tcl-8.2:0 diff --git a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild b/dev-tcltk/tclxml/tclxml-3.2.7.ebuild index 65a6f7eee5df..d0971795ffb4 100644 --- a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2.7.ebuild @@ -10,10 +10,10 @@ HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="https://github.com/wjoye/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="debug threads" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86" +IUSE="debug threads" DEPEND=" >=dev-lang/tcl-8.2:0 @@ -27,8 +27,8 @@ RDEPEND="${DEPEND}" RESTRICT="test" PATCHES=( - "${FILESDIR}"/${PN}-3.2-fix-implicit-declarations.patch - "${FILESDIR}"/${P}-bool.patch + "${FILESDIR}"/${PN}-3.2-fix-implicit-declarations.patch + "${FILESDIR}"/${P}-bool.patch ) src_configure() { |