diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-04-30 13:32:12 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-04-30 13:32:12 +0000 |
commit | 1703303cc138b4ea3548af1398409355d984bd85 (patch) | |
tree | 6f0b7739d28e7a90839c3236af2f4a5c6353200e /x11-libs | |
parent | x86 stable wrt #176400 (diff) | |
download | gentoo-2-1703303cc138b4ea3548af1398409355d984bd85.tar.gz gentoo-2-1703303cc138b4ea3548af1398409355d984bd85.tar.bz2 gentoo-2-1703303cc138b4ea3548af1398409355d984bd85.zip |
Added ~x86-fbsd keyword, #176517.
(Portage version: 2.1.2.5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 060bb14446d6..fcf746274152 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.147 2007/04/27 19:25:43 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.148 2007/04/30 13:32:12 uberlord Exp $ + + 30 Apr 2007; Roy Marples <uberlord@gentoo.org> vte-0.16.3.ebuild: + Added ~x86-fbsd keyword, #176517. *vte-0.16.3 (27 Apr 2007) diff --git a/x11-libs/vte/vte-0.16.3.ebuild b/x11-libs/vte/vte-0.16.3.ebuild index 55842eb026ec..a8c5305f7fc1 100644 --- a/x11-libs/vte/vte-0.16.3.ebuild +++ b/x11-libs/vte/vte-0.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.3.ebuild,v 1.1 2007/04/27 19:25:43 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.3.ebuild,v 1.2 2007/04/30 13:32:12 uberlord Exp $ inherit eutils gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |