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 | c73e85a43758e7f20cde9248cbe83f94fd9c4db1 (patch) | |
tree | ff66d019c149e7124bd7ee28d26a314adaa441c2 | |
parent | glibc -> libc (Manifest recommit) (diff) | |
download | gentoo-2-c73e85a43758e7f20cde9248cbe83f94fd9c4db1.tar.gz gentoo-2-c73e85a43758e7f20cde9248cbe83f94fd9c4db1.tar.bz2 gentoo-2-c73e85a43758e7f20cde9248cbe83f94fd9c4db1.zip |
sync IUSE (missing), glibc -> libc
-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} |