diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-04 00:40:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-04 00:40:22 +0000 |
commit | e3b998b08ca26755f8688a73a69384b78df583fd (patch) | |
tree | cec3144eec06475d4cf6762436d1552261391457 /x11-misc/evolvotron | |
parent | Marked stable on sparc. (diff) | |
download | historical-e3b998b08ca26755f8688a73a69384b78df583fd.tar.gz historical-e3b998b08ca26755f8688a73a69384b78df583fd.tar.bz2 historical-e3b998b08ca26755f8688a73a69384b78df583fd.zip |
Turn on fullscreen support.
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.2.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 48d72f1e4219..933cfdb21edb 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/evolvotron # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.1 2003/11/03 06:00:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.2 2003/11/04 00:40:20 mr_bones_ Exp $ + + 03 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> + evolvotron-0.2.2.ebuild: + Turn on fullscreen support. *evolvotron-0.2.2 (02 Nov 2003) diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest index b5d51d36e5ec..46b7985cd95f 100644 --- a/x11-misc/evolvotron/Manifest +++ b/x11-misc/evolvotron/Manifest @@ -1,3 +1,3 @@ -MD5 70a92a870e0969aa67731f8184f8db58 evolvotron-0.2.2.ebuild 992 -MD5 d452d74b9c497e107b484297f3e51de6 ChangeLog 424 +MD5 366bc49467c7a819041fd79faaf382bc evolvotron-0.2.2.ebuild 992 +MD5 599e0e5ca23c1a1104ab3774d87e834f ChangeLog 537 MD5 79eda2716fb8315e43833885b0c44416 files/digest-evolvotron-0.2.2 68 diff --git a/x11-misc/evolvotron/evolvotron-0.2.2.ebuild b/x11-misc/evolvotron/evolvotron-0.2.2.ebuild index e662aa1ad4be..9c7c78faec47 100644 --- a/x11-misc/evolvotron/evolvotron-0.2.2.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.2.2.ebuild,v 1.1 2003/11/03 06:00:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.2.2.ebuild,v 1.2 2003/11/04 00:40:20 mr_bones_ Exp $ S=${WORKDIR}/${PN} DESCRIPTION="An interactive generative art application" @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - econf || die + econf fs || die emake -j1 || die "emake failed" } |