diff options
Diffstat (limited to 'gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild')
-rw-r--r-- | gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild index f8ee7df2f6a4..ae1bcca0ac9f 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild,v 1.1 2012/05/13 18:15:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.4.1.ebuild,v 1.2 2012/12/17 04:46:05 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -11,19 +11,19 @@ inherit gnome2 python DESCRIPTION="Compatibility library for accessing secrets" HOMEPAGE="http://live.gnome.org/GnomeKeyring" -LICENSE="LGPL-2" +LICENSE="LGPL-2+ GPL-2+" # tests are GPL-2 SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="debug doc +introspection test" +IUSE="debug +introspection test" RDEPEND=">=sys-apps/dbus-1.0 >=gnome-base/gnome-keyring-3.1.92 introspection? ( >=dev-libs/gobject-introspection-1.30.0 )" DEPEND="${RDEPEND} - sys-devel/gettext + dev-util/gtk-doc-am >=dev-util/intltool-0.35 + sys-devel/gettext virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) test? ( =dev-lang/python-2* )" pkg_setup() { |