diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-27 13:57:11 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-27 13:57:11 +0000 |
commit | a355dfcf48c501465584bce0ab297ad7ee7c263e (patch) | |
tree | 94e066e71a3be9c0eb4586763d45e9ddff44f8ad /gnustep-base/gnustep-back-xlib | |
parent | ppc stable #325321 (diff) | |
download | historical-a355dfcf48c501465584bce0ab297ad7ee7c263e.tar.gz historical-a355dfcf48c501465584bce0ab297ad7ee7c263e.tar.bz2 historical-a355dfcf48c501465584bce0ab297ad7ee7c263e.zip |
x86 stable wrt security bug #325577
Package-Manager: portage-2.1.8.3/cvs/Linux i686
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.18.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 a67939a55283..fb475e8edd69 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.56 2010/06/26 16:37:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.57 2010/06/27 13:54:50 phajdan.jr Exp $ + + 27 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + gnustep-back-xlib-0.18.0.ebuild: + x86 stable wrt security bug #325577 26 Jun 2010; Christoph Mende <angelos@gentoo.org> gnustep-back-xlib-0.18.0.ebuild: diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.18.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.18.0.ebuild index d5c321d1b73d..f8c9995f5472 100644 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.18.0.ebuild +++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.18.0.ebuild,v 1.2 2010/06/26 16:37:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.18.0.ebuild,v 1.3 2010/06/27 13:54:50 phajdan.jr 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 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="0" LICENSE="LGPL-2.1" |