diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-24 13:06:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-24 13:06:50 +0000 |
commit | 4424ec6c5bfda6b21172ced308e8c622441d6499 (patch) | |
tree | afb3d1cd3bcb04d6778f2258828e3c15a4d40265 /sci-mathematics | |
parent | stable x86, bug 320163 (diff) | |
download | gentoo-2-4424ec6c5bfda6b21172ced308e8c622441d6499.tar.gz gentoo-2-4424ec6c5bfda6b21172ced308e8c622441d6499.tar.bz2 gentoo-2-4424ec6c5bfda6b21172ced308e8c622441d6499.zip |
QA resorting ebuild, part II
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/num-utils/num-utils-0.3.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/num-utils/num-utils-0.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/num-utils/num-utils-0.3.ebuild b/sci-mathematics/num-utils/num-utils-0.3.ebuild index e0db5a5cbdb9..3a7227207dcd 100644 --- a/sci-mathematics/num-utils/num-utils-0.3.ebuild +++ b/sci-mathematics/num-utils/num-utils-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild,v 1.4 2010/06/24 13:05:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild,v 1.5 2010/06/24 13:06:50 jlec Exp $ DESCRIPTION="A set of programs for dealing with numbers from the command line" SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz" @@ -22,5 +22,5 @@ src_compile() { src_install () { make ROOT="${D}" install || die - dodoc CHANGELOG COPYING GOALS MANIFEST README VERSION WARNING + dodoc CHANGELOG GOALS MANIFEST README VERSION WARNING } diff --git a/sci-mathematics/num-utils/num-utils-0.5.ebuild b/sci-mathematics/num-utils/num-utils-0.5.ebuild index 5b2e03cb854a..0b259f35ec29 100644 --- a/sci-mathematics/num-utils/num-utils-0.5.ebuild +++ b/sci-mathematics/num-utils/num-utils-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.7 2010/06/24 13:05:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.8 2010/06/24 13:06:50 jlec Exp $ EAPI="3" @@ -10,7 +10,7 @@ HOMEPAGE="http://suso.suso.org/programs/num-utils/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" |