diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-07 10:55:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-07 10:55:13 +0000 |
commit | b20dde12941f67b6bef0fdca4a3c46ed476313fc (patch) | |
tree | 19f0b80f9aed8c829f5aed4ff4dc9d16aca34464 /dev-util/cgdb | |
parent | Fix patchbundle issue with portage patch (diff) | |
download | gentoo-2-b20dde12941f67b6bef0fdca4a3c46ed476313fc.tar.gz gentoo-2-b20dde12941f67b6bef0fdca4a3c46ed476313fc.tar.bz2 gentoo-2-b20dde12941f67b6bef0fdca4a3c46ed476313fc.zip |
Marked ~amd64-linux, bug #375095
(Portage version: 2.2.01.19011-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-util/cgdb')
-rw-r--r-- | dev-util/cgdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cgdb/ChangeLog b/dev-util/cgdb/ChangeLog index 7422ce97d674..0f680a640f2d 100644 --- a/dev-util/cgdb/ChangeLog +++ b/dev-util/cgdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cgdb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.42 2010/09/10 15:07:33 trapni Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.43 2011/08/07 10:55:13 grobian Exp $ + + 07 Aug 2011; Fabian Groffen <grobian@gentoo.org> cgdb-0.6.5.ebuild: + Marked ~amd64-linux, bug #375095 10 Sep 2010; Christian Parpart <trapni@gentoo.org> cgdb-0.6.5.ebuild: mark stable on amd64 and x86 diff --git a/dev-util/cgdb/cgdb-0.6.5.ebuild b/dev-util/cgdb/cgdb-0.6.5.ebuild index 630cf7d6d399..6aad7aaed5cd 100644 --- a/dev-util/cgdb/cgdb-0.6.5.ebuild +++ b/dev-util/cgdb/cgdb-0.6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.5.ebuild,v 1.3 2010/09/10 15:07:33 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.5.ebuild,v 1.4 2011/08/07 10:55:13 grobian Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux" IUSE="" DEPEND=">=sys-libs/ncurses-5.3-r1 |