summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 22:36:06 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:01:37 +0100
commite83471c3d81d76ec4bf719fc46d3624b7f6e96f0 (patch)
tree5d507eef0e095da5115777f832c74d70f80a0749 /dev-tcltk/tclxml
parentdev-tcltk/tclxml: eutils->epatch (diff)
downloadgentoo-e83471c3d81d76ec4bf719fc46d3624b7f6e96f0.tar.gz
gentoo-e83471c3d81d76ec4bf719fc46d3624b7f6e96f0.tar.bz2
gentoo-e83471c3d81d76ec4bf719fc46d3624b7f6e96f0.zip
dev-tcltk/tclxml: fix PATCHES formatting
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r--dev-tcltk/tclxml/tclxml-3.2-r2.ebuild2
-rw-r--r--dev-tcltk/tclxml/tclxml-3.2.7.ebuild6
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() {