|
|
# GPL-2 for the gnutls-extras library and LGPL for the gnutls library. | # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. |
| |
SLOT="0" | SLOT="0" |
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" |
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86" |
| |
# Removed keywords awaiting >=dev-libs/libtasn1-0.2.10 keywords (bug #61944) | # Removed keywords awaiting >=dev-libs/libtasn1-0.2.10 keywords (bug #61944) |
# ~ia64 ~hppa | # ~ia64 ~hppa |
|
|
} | } |
| |
src_install() { | src_install() { |
emake DESTDIR=${D} install || die |
# OSX make doesn't handle -jx with x > 1 correctly here. |
|
# Forcing it to be just one process, solves installation |
|
# problems that arise here. Fabian Groffen (2005-07-09) |
|
if use ppc-macos; |
|
then |
|
emake -j1 DESTDIR=${D} install || die |
|
else |
|
emake DESTDIR=${D} install || die |
|
fi |
| |
dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ | dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ |
README THANKS doc/TODO | README THANKS doc/TODO |