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 | |
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')
-rw-r--r-- | sys-auth/otpcalc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/otpcalc/ChangeLog b/sys-auth/otpcalc/ChangeLog index 3d504c3228f4..dd63d21cb5d2 100644 --- a/sys-auth/otpcalc/ChangeLog +++ b/sys-auth/otpcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/otpcalc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.10 2010/10/18 20:38:18 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.11 2011/02/21 17:35:01 ulm Exp $ + + 21 Feb 2011; Ulrich Mueller <ulm@gentoo.org> otpcalc-0.97-r5.ebuild: + Depend on slot 2 of gtk+. *otpcalc-0.97-r5 (18 Oct 2010) 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" |