diff options
author | 2013-11-06 21:45:32 +0000 | |
---|---|---|
committer | 2013-11-06 21:45:32 +0000 | |
commit | b4b0ba6383f2c0b1a14568503972e958998fa7a5 (patch) | |
tree | 2c4a033ae081a3c354194804cbdb9c399cf71bde /app-crypt | |
parent | Parallel install fails when no gdk-pixbuf is already installed, bug #481372 (diff) | |
download | gentoo-2-b4b0ba6383f2c0b1a14568503972e958998fa7a5.tar.gz gentoo-2-b4b0ba6383f2c0b1a14568503972e958998fa7a5.tar.bz2 gentoo-2-b4b0ba6383f2c0b1a14568503972e958998fa7a5.zip |
add gettext build dependency as we are autoreconfing, bug#490522, thanks to yegle
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.2.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.3.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index a342227862b5..1351d6d1cc58 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/pinentry # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.147 2013/10/07 18:24:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.148 2013/11/06 21:45:32 alonbl Exp $ + + 06 Nov 2013; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.8.2.ebuild, + pinentry-0.8.3.ebuild: + add gettext build dependency as we are autoreconfing, bug#490522, thanks to + yegle *pinentry-0.8.3 (07 Oct 2013) diff --git a/app-crypt/pinentry/pinentry-0.8.2.ebuild b/app-crypt/pinentry/pinentry-0.8.2.ebuild index b40d1a36ebb7..0bffa43660c7 100644 --- a/app-crypt/pinentry/pinentry-0.8.2.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.2.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/app-crypt/pinentry/pinentry-0.8.2.ebuild,v 1.17 2013/06/15 22:27:15 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.2.ebuild,v 1.18 2013/11/06 21:45:32 alonbl Exp $ EAPI=5 @@ -24,6 +24,7 @@ RDEPEND=" static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] ) " DEPEND="${RDEPEND} + sys-devel/gettext gtk? ( virtual/pkgconfig ) qt4? ( virtual/pkgconfig ) " diff --git a/app-crypt/pinentry/pinentry-0.8.3.ebuild b/app-crypt/pinentry/pinentry-0.8.3.ebuild index 5c2cf8ef24c6..b4320ce55f70 100644 --- a/app-crypt/pinentry/pinentry-0.8.3.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.3.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/app-crypt/pinentry/pinentry-0.8.3.ebuild,v 1.1 2013/10/07 18:24:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild,v 1.2 2013/11/06 21:45:32 alonbl Exp $ EAPI=5 @@ -24,6 +24,7 @@ RDEPEND=" static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] ) " DEPEND="${RDEPEND} + sys-devel/gettext gtk? ( virtual/pkgconfig ) qt4? ( virtual/pkgconfig ) " |