diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-22 16:18:55 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-22 16:18:55 +0000 |
commit | ea032f2bd404850fb938662ee16644350264a0d3 (patch) | |
tree | f01e4abf65e38a0d935075550b3104bbd9b8d902 /gnustep-base/gnustep-back-xlib | |
parent | Keyworded ~x86-fbsd, #183467 thanks to Nathan Smith. (diff) | |
download | gentoo-2-ea032f2bd404850fb938662ee16644350264a0d3.tar.gz gentoo-2-ea032f2bd404850fb938662ee16644350264a0d3.tar.bz2 gentoo-2-ea032f2bd404850fb938662ee16644350264a0d3.zip |
Keyworded ~x86-fbsd, #183467 thanks to Nathan Smith.
(Portage version: 2.1.3.6)
Diffstat (limited to 'gnustep-base/gnustep-back-xlib')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-back-xlib/ChangeLog b/gnustep-base/gnustep-back-xlib/ChangeLog index 44ae7db31fe0..9baec61b0e9c 100644 --- a/gnustep-base/gnustep-back-xlib/ChangeLog +++ b/gnustep-base/gnustep-back-xlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-back-xlib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.23 2007/08/18 15:09:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.24 2007/08/22 16:18:55 uberlord Exp $ + + 22 Aug 2007; Roy Marples <uberlord@gentoo.org> + gnustep-back-xlib-0.12.0.ebuild: + Keyworded ~x86-fbsd, #183467 thanks to Nathan Smith. *gnustep-back-xlib-0.12.0 (18 Aug 2007) diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild index 15aac7e7b501..86b34e237df5 100644 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild +++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.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/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild,v 1.1 2007/08/18 15:09:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.0.ebuild,v 1.2 2007/08/22 16:18:55 uberlord Exp $ inherit gnustep-base @@ -10,7 +10,7 @@ DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" SLOT="0" LICENSE="LGPL-2.1" |