diff options
-rw-r--r-- | app-sci/pcb/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/pcb/pcb-20031113-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-sci/pcb/ChangeLog b/app-sci/pcb/ChangeLog index 18f7d92e8fca..5ed842da6357 100644 --- a/app-sci/pcb/ChangeLog +++ b/app-sci/pcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/pcb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.3 2004/02/23 08:35:32 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.4 2004/03/25 09:59:16 phosphan Exp $ + + 25 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> pcb-20031113-r1.ebuild: + Adding tk build dependency, declaring stable. *pcb-20031113-r1 (23 Feb 2004) diff --git a/app-sci/pcb/pcb-20031113-r1.ebuild b/app-sci/pcb/pcb-20031113-r1.ebuild index 3df757e129cd..dc992a2b458b 100644 --- a/app-sci/pcb/pcb-20031113-r1.ebuild +++ b/app-sci/pcb/pcb-20031113-r1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.1 2004/02/23 08:35:32 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.2 2004/03/25 09:59:16 phosphan Exp $ DESCRIPTION="PCB is a tool for the layout of printed circuit boards." HOMEPAGE="http://sourceforge.net/projects/pcb/" SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" -DEPEND="x11-base/xfree" +KEYWORDS="x86" +RDEPEND="x11-base/xfree" +DEPEND="${RDEPEND} + =dev-lang/tk-8*" SLOT="0" S=${WORKDIR}/${P} |