diff options
author | 2007-10-03 14:14:21 +0000 | |
---|---|---|
committer | 2007-10-03 14:14:21 +0000 | |
commit | 13d7a5bbcc56b65356b784399ac6d768fab18898 (patch) | |
tree | 7720e41a43368b493c85bdc9893bb07767aee84f /gnustep-base | |
parent | Fix quoting, ROOT usage and use get_libdir() where needed. (diff) | |
download | gentoo-2-13d7a5bbcc56b65356b784399ac6d768fab18898.tar.gz gentoo-2-13d7a5bbcc56b65356b784399ac6d768fab18898.tar.bz2 gentoo-2-13d7a5bbcc56b65356b784399ac6d768fab18898.zip |
Re-add ~sparc wrt #189372
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-gui/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index 3d52445ff748..12ac230f9e4d 100644 --- a/gnustep-base/gnustep-gui/ChangeLog +++ b/gnustep-base/gnustep-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-base/gnustep-gui # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.50 2007/09/10 01:14:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.51 2007/10/03 14:14:21 armin76 Exp $ + + 03 Oct 2007; Raúl Porcel <armin76@gentoo.org> gnustep-gui-0.12.0.ebuild: + Re-add ~sparc wrt #189372 10 Sep 2007; Joseph Jezak <josejx@gentoo.org> gnustep-gui-0.12.0.ebuild: Marked ~ppc for bug #189372. diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild index 946b99d00682..1cd076ca8f2d 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-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-gui/gnustep-gui-0.12.0.ebuild,v 1.5 2007/09/10 01:14:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild,v 1.6 2007/10/03 14:14:21 armin76 Exp $ inherit gnustep-base multilib @@ -8,7 +8,7 @@ DESCRIPTION="Library of GUI classes written in Obj-C" HOMEPAGE="http://www.gnustep.org/" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" SLOT="0" LICENSE="LGPL-2.1" |