diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-22 17:05:47 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-22 17:05:47 +0000 |
commit | 57c05bb75c5fcb4492d52ab61d173a6c33dbfd80 (patch) | |
tree | dce1ef141f0b89505fe4e8c35c398425435c5fd1 /gnustep-base | |
parent | amd64 stable wrt bug #207381, second round. (diff) | |
download | gentoo-2-57c05bb75c5fcb4492d52ab61d173a6c33dbfd80.tar.gz gentoo-2-57c05bb75c5fcb4492d52ab61d173a6c33dbfd80.tar.bz2 gentoo-2-57c05bb75c5fcb4492d52ab61d173a6c33dbfd80.zip |
amd64 stable wrt bug #207381, second round.
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.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 ba781d79ea19..1244484b201a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.37 2008/03/21 11:35:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.38 2008/03/22 17:05:47 coldwind Exp $ + + 22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> + gnustep-back-xlib-0.12.1.ebuild: + amd64 stable wrt bug #207381, second round. 21 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gnustep-back-xlib-0.12.1.ebuild: diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild index 6dc78e3c3987..b23b98d421d9 100644 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild +++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.1.ebuild,v 1.2 2008/03/21 11:35:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v 1.3 2008/03/22 17:05:47 coldwind 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 ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" SLOT="0" LICENSE="LGPL-2.1" |