diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-03 14:32:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-03 14:32:40 +0000 |
commit | f258e86da5bd4ddabe668278a88138449c782b1a (patch) | |
tree | 60bd8e898205f8a0c55b75c3c7a9a1524e2132fc /sys-devel | |
parent | Stable on hppa wrt #130529 (diff) | |
download | gentoo-2-f258e86da5bd4ddabe668278a88138449c782b1a.tar.gz gentoo-2-f258e86da5bd4ddabe668278a88138449c782b1a.tar.bz2 gentoo-2-f258e86da5bd4ddabe668278a88138449c782b1a.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 34f3e7ef3b0c..7aebb4425f94 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.89 2006/04/27 23:03:05 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.90 2006/05/03 14:32:39 flameeyes Exp $ + + 03 May 2006; Diego Pettenò <flameeyes@gentoo.org> gdb-6.4-r4.ebuild: + Add ~x86-fbsd keyword. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-gdb-6.1, files/digest-gdb-6.2.1, files/digest-gdb-6.3-r4, files/digest-gdb-6.3-r5, diff --git a/sys-devel/gdb/gdb-6.4-r4.ebuild b/sys-devel/gdb/gdb-6.4-r4.ebuild index b56c213cc86a..1c67ad721d29 100644 --- a/sys-devel/gdb/gdb-6.4-r4.ebuild +++ b/sys-devel/gdb/gdb-6.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.4-r4.ebuild,v 1.1 2006/03/16 00:09:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.4-r4.ebuild,v 1.2 2006/05/03 14:32:40 flameeyes Exp $ inherit flag-o-matic eutils @@ -22,7 +22,7 @@ LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2" |