diff options
Diffstat (limited to 'sci-mathematics/gimps/gimps-24.13.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-24.13.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/gimps-24.13.ebuild b/sci-mathematics/gimps/gimps-24.13.ebuild index a8dd3944bc03..b1d41ffe534e 100644 --- a/sci-mathematics/gimps/gimps-24.13.ebuild +++ b/sci-mathematics/gimps/gimps-24.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.1 2005/07/13 21:04:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.2 2005/08/26 17:59:15 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -14,7 +14,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 ~amd64" S="${WORKDIR}" I="/opt/gimps" @@ -25,8 +25,8 @@ src_install () { dodir ${I} /var/lib/gimps cp mprime ${D}/${I} chmod a-w ${D}/${I}/mprime - chown root:root ${D}/${I} - chown root:root ${D}/${I}/mprime + chown root:0 ${D}/${I} + chown root:0 ${D}/${I}/mprime dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt |