diff options
Diffstat (limited to 'sci-mathematics/frobby/frobby-0.9.0-r1.ebuild')
-rw-r--r-- | sci-mathematics/frobby/frobby-0.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild b/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild index 72bb6e191845..5a6ccd98f6b8 100644 --- a/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild +++ b/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild,v 1.1 2013/01/15 21:45:12 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild,v 1.2 2013/02/15 19:01:56 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.broune.com/frobby/frobby_v${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc static-libs" RDEPEND="dev-libs/gmp[cxx]" |