diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-15 23:10:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-15 23:10:14 +0000 |
commit | e721d47a4ce29102b8943f734efbc07a37a518fb (patch) | |
tree | 51368a04066aed642162d16b657e17d9794eae61 /x11-libs/xview/xview-3.2-r1.ebuild | |
parent | Fixed compilation error in xmalloc.c and added to ~ppc. (diff) | |
download | historical-e721d47a4ce29102b8943f734efbc07a37a518fb.tar.gz historical-e721d47a4ce29102b8943f734efbc07a37a518fb.tar.bz2 historical-e721d47a4ce29102b8943f734efbc07a37a518fb.zip |
Stable on alpha.
Diffstat (limited to 'x11-libs/xview/xview-3.2-r1.ebuild')
-rw-r--r-- | x11-libs/xview/xview-3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xview/xview-3.2-r1.ebuild b/x11-libs/xview/xview-3.2-r1.ebuild index d3fe68e595cf..e20c0cb58a5d 100644 --- a/x11-libs/xview/xview-3.2-r1.ebuild +++ b/x11-libs/xview/xview-3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/xview-3.2-r1.ebuild,v 1.2 2004/11/18 12:09:35 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/xview-3.2-r1.ebuild,v 1.3 2004/12/15 23:10:14 kloeri Exp $ inherit eutils @@ -22,7 +22,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/libs/X/xview/${MY_PN}.src.tar.gz S=${WORKDIR}/${MY_PN} LICENSE="sun-openlook" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~sparc x86" IUSE="" DEPEND="virtual/x11" |