diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-02-21 17:35:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-02-21 17:35:01 +0000 |
commit | c3793aa2a07b1b5be6e9fb3ddb90624b282843e2 (patch) | |
tree | 711bfac0094f810bba6705876f10d34d8d101da3 /sys-auth/otpcalc/otpcalc-0.97-r5.ebuild | |
parent | Add patch from upstream for building with libpng-1.5. Use emake everywhere. ... (diff) | |
download | gentoo-2-c3793aa2a07b1b5be6e9fb3ddb90624b282843e2.tar.gz gentoo-2-c3793aa2a07b1b5be6e9fb3ddb90624b282843e2.tar.bz2 gentoo-2-c3793aa2a07b1b5be6e9fb3ddb90624b282843e2.zip |
Depend on slot 2 of gtk+.
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/otpcalc/otpcalc-0.97-r5.ebuild')
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild index d998210ab48e..388e4cfb8d7b 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.1 2010/10/18 20:38:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.2 2011/02/21 17:35:01 ulm Exp $ EAPI=3 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="=x11-libs/gtk+-2* +RDEPEND="x11-libs/gtk+:2 dev-libs/openssl" DEPEND="${RDEPEND} dev-util/pkgconfig" |