diff options
author | David Holm <dholm@gentoo.org> | 2004-06-18 19:55:33 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-18 19:55:33 +0000 |
commit | 62ad8611ee7ec808440bf3e174badb57d8b151ec (patch) | |
tree | 2f87761ed3df243b799482fd75049a72cb1d108c /dev-util | |
parent | Initial ebuild by me. Closes bug #53798. (Manifest recommit) (diff) | |
download | gentoo-2-62ad8611ee7ec808440bf3e174badb57d8b151ec.tar.gz gentoo-2-62ad8611ee7ec808440bf3e174badb57d8b151ec.tar.bz2 gentoo-2-62ad8611ee7ec808440bf3e174badb57d8b151ec.zip |
Added to ~ppc
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cgdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cgdb/cgdb-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cgdb/ChangeLog b/dev-util/cgdb/ChangeLog index 1525758a90c8..4597a5a2e48b 100644 --- a/dev-util/cgdb/ChangeLog +++ b/dev-util/cgdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cgdb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.1 2004/06/16 07:26:00 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.2 2004/06/18 19:54:15 dholm Exp $ + + 18 Jun 2004; David Holm <dholm@gentoo.org> cgdb-0.4.1.ebuild: + Added to ~ppc. *cgdb-0.4.1 (16 Jun 2004) diff --git a/dev-util/cgdb/cgdb-0.4.1.ebuild b/dev-util/cgdb/cgdb-0.4.1.ebuild index 58de3bc6e65b..fa9dd5756192 100644 --- a/dev-util/cgdb/cgdb-0.4.1.ebuild +++ b/dev-util/cgdb/cgdb-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.4.1.ebuild,v 1.1 2004/06/16 07:26:00 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.4.1.ebuild,v 1.2 2004/06/18 19:54:15 dholm Exp $ DESCRIPTION="curses interface to the GNU debugger" @@ -8,7 +8,7 @@ HOMEPAGE="http://sourceforge.net/projects/cgdb" SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=sys-libs/ncurses-5.3-r1 >=sys-devel/gdb-5.3" |