diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-05-05 16:24:05 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-05-05 16:24:05 +0000 |
commit | 2a9c5e10ff0fba35694f2bbc98a2a67c1e2dc30f (patch) | |
tree | 192a821a2b622074fcc76599302a8f45ac9a0f80 /app-crypt | |
parent | fix signature (diff) | |
download | gentoo-2-2a9c5e10ff0fba35694f2bbc98a2a67c1e2dc30f.tar.gz gentoo-2-2a9c5e10ff0fba35694f2bbc98a2a67c1e2dc30f.tar.bz2 gentoo-2-2a9c5e10ff0fba35694f2bbc98a2a67c1e2dc30f.zip |
Remove aix hack as upstream addressed the issue
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.9.1.ebuild | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 577dd5a62919..07c9c078296d 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/pinentry # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.169 2015/05/03 15:17:14 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.170 2015/05/05 16:24:05 alonbl Exp $ + + 05 May 2015; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.9.1.ebuild: + Remove aix hack as upstream addressed the issue *pinentry-0.9.1 (03 May 2015) diff --git a/app-crypt/pinentry/pinentry-0.9.1.ebuild b/app-crypt/pinentry/pinentry-0.9.1.ebuild index 9e682d5ea169..79933fe22f8d 100644 --- a/app-crypt/pinentry/pinentry-0.9.1.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.1.ebuild,v 1.1 2015/05/03 15:17:14 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.1.ebuild,v 1.2 2015/05/05 16:24:05 alonbl Exp $ EAPI=5 @@ -27,7 +27,6 @@ DEPEND="${RDEPEND} sys-devel/gettext gtk? ( virtual/pkgconfig ) qt4? ( virtual/pkgconfig ) - ppc-aix? ( dev-libs/gnulib ) " REQUIRED_USE=" || ( ncurses gtk qt4 ) @@ -48,12 +47,6 @@ src_configure() { use static && append-ldflags -static [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11 - if [[ ${CHOST} == *-aix* ]] ; then - append-flags -I"${EPREFIX}/usr/$(get_libdir)/gnulib/include" - append-ldflags -L"${EPREFIX}/usr/$(get_libdir)/gnulib/$(get_libdir)" - append-libs -lgnu - fi - # Issues finding qt on multilib systems export QTLIB="${QTDIR}/$(get_libdir)" |