summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-02-18 09:28:16 +0000
committerFabian Groffen <grobian@gentoo.org>2012-02-18 09:28:16 +0000
commit3d603b638b338074b7b05b00a2f7781f45ae43f5 (patch)
tree69563b3ec19b12cd09f99a903a1567de92f576af /dev-libs
parentInitial import. Ebuild by me. (diff)
downloadgentoo-2-3d603b638b338074b7b05b00a2f7781f45ae43f5.tar.gz
gentoo-2-3d603b638b338074b7b05b00a2f7781f45ae43f5.tar.bz2
gentoo-2-3d603b638b338074b7b05b00a2f7781f45ae43f5.zip
Fixed for and marked ~x86-solaris
(Portage version: 2.2.01.20153-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/nettle/ChangeLog5
-rw-r--r--dev-libs/nettle/nettle-2.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog
index 571f6fa0691d..d8c6be9298ea 100644
--- a/dev-libs/nettle/ChangeLog
+++ b/dev-libs/nettle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/nettle
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.49 2012/02/16 21:36:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.50 2012/02/18 09:28:16 grobian Exp $
+
+ 18 Feb 2012; Fabian Groffen <grobian@gentoo.org> nettle-2.4.ebuild:
+ Fixed for and marked ~x86-solaris
16 Feb 2012; Fabian Groffen <grobian@gentoo.org> nettle-2.4.ebuild:
Marked ~sparc-solaris
diff --git a/dev-libs/nettle/nettle-2.4.ebuild b/dev-libs/nettle/nettle-2.4.ebuild
index 92af2b4c93c3..fe7d4ea0a770 100644
--- a/dev-libs/nettle/nettle-2.4.ebuild
+++ b/dev-libs/nettle/nettle-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.4 2012/02/16 21:36:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.5 2012/02/18 09:28:16 grobian Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz"
LICENSE="|| ( LGPL-3 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="+gmp ssl"
DEPEND="gmp? ( dev-libs/gmp )
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -e "/CFLAGS=/s: -ggdb3::" -i configure.ac || die "sed failed"
epatch "${FILESDIR}"/${P}-darwin-shlink.patch
+ sed -i -e 's/solaris\*)/sunldsolaris*)/' configure.ac || die
eautoreconf
}