diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 23:50:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 23:50:17 +0000 |
commit | c6572e6d1c000899d3a1ff16dec1979fef995dcc (patch) | |
tree | 74d0df33e288b2d023602b7e0a8ee72f540e751f /x11-wm | |
parent | glibc -> libc (diff) | |
download | historical-c6572e6d1c000899d3a1ff16dec1979fef995dcc.tar.gz historical-c6572e6d1c000899d3a1ff16dec1979fef995dcc.tar.bz2 historical-c6572e6d1c000899d3a1ff16dec1979fef995dcc.zip |
sync IUSE (missing), glibc -> libc
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ion/ion-20020207.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/ion/ChangeLog b/x11-wm/ion/ChangeLog index cc897805f3e9..c82bcc984dac 100644 --- a/x11-wm/ion/ChangeLog +++ b/x11-wm/ion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ion # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ChangeLog,v 1.11 2004/06/24 23:42:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ChangeLog,v 1.12 2004/06/28 23:50:17 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> ion-20020207.ebuild: + sync IUSE (missing), glibc -> libc 07 May 2004; Brandon Hale <tseng@gentoo.org> ion-20020207-r1.ebuild: Remove S=, use epatch diff --git a/x11-wm/ion/ion-20020207.ebuild b/x11-wm/ion/ion-20020207.ebuild index 4c5a46c2a2b1..d1a0027116b3 100644 --- a/x11-wm/ion/ion-20020207.ebuild +++ b/x11-wm/ion/ion-20020207.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207.ebuild,v 1.12 2004/06/24 23:42:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207.ebuild,v 1.13 2004/06/28 23:50:17 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A keyboard-based window manager" SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz" HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="virtual/x11" LICENSE="Clarified-Artistic" SLOT="0" KEYWORDS="x86 sparc ppc" +IUSE="" src_compile() { cd ${S} |