diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
commit | b6ad7e7a291ed22eb11859cb97068a8d0d3fba88 (patch) | |
tree | efbd89f0199375727e14a8e3020360534a87d6df /app-text/tkman | |
parent | Unmask on amd64 to satisfy app-text/gocr (Manifest recommit) (diff) | |
download | gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.gz gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.bz2 gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-text/tkman')
-rw-r--r-- | app-text/tkman/tkman-2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/tkman/tkman-2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/tkman/tkman-2.1-r1.ebuild b/app-text/tkman/tkman-2.1-r1.ebuild index b0943116068b..b59c09ad398a 100644 --- a/app-text/tkman/tkman-2.1-r1.ebuild +++ b/app-text/tkman/tkman-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.1-r1.ebuild,v 1.6 2004/02/22 20:07:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.1-r1.ebuild,v 1.7 2004/02/29 18:10:26 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="TkMan man and info page browser" @@ -17,7 +17,7 @@ DEPEND=">=app-text/rman-3.0.9 src_unpack() { unpack ${A} cd ${WORKDIR} - patch -p0 <${FILESDIR}/${PF}-gentoo.diff || die + epatch ${FILESDIR}/${PF}-gentoo.diff # A workaround until app-text/rman-3.1 is stable has_version '>=sys-apps/groff-1.18' \ diff --git a/app-text/tkman/tkman-2.2.ebuild b/app-text/tkman/tkman-2.2.ebuild index b4acf2fabcf0..7372a01b7f80 100644 --- a/app-text/tkman/tkman-2.2.ebuild +++ b/app-text/tkman/tkman-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.2.ebuild,v 1.2 2004/02/22 20:07:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.2.ebuild,v 1.3 2004/02/29 18:10:26 aliz Exp $ DESCRIPTION="TkMan man and info page browser" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -17,7 +17,7 @@ DEPEND=">=app-text/rman-3.1 src_unpack() { unpack ${A} cd ${WORKDIR} - patch -p0 <${FILESDIR}/${PF}-gentoo.diff || die + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { |