diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-27 22:59:19 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-27 22:59:19 +0000 |
commit | 466f8d210f19e5d308acd28f2e146a1b47384ebe (patch) | |
tree | 8d88553c2ef691c26214e1342557ddf6648dbb1f /gnome-base/dconf/dconf-0.12.1.ebuild | |
parent | Remove a silly EAPI conditional. (diff) | |
download | gentoo-2-466f8d210f19e5d308acd28f2e146a1b47384ebe.tar.gz gentoo-2-466f8d210f19e5d308acd28f2e146a1b47384ebe.tar.bz2 gentoo-2-466f8d210f19e5d308acd28f2e146a1b47384ebe.zip |
Version bump for gnome-3.6; dconf-editor finally added search. Update license.
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/dconf/dconf-0.12.1.ebuild')
-rw-r--r-- | gnome-base/dconf/dconf-0.12.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/dconf/dconf-0.12.1.ebuild b/gnome-base/dconf/dconf-0.12.1.ebuild index 2b904a457240..77c8dd74938c 100644 --- a/gnome-base/dconf/dconf-0.12.1.ebuild +++ b/gnome-base/dconf/dconf-0.12.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/dconf/dconf-0.12.1.ebuild,v 1.1 2012/05/01 19:39:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.12.1.ebuild,v 1.2 2012/09/27 22:59:19 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -10,7 +10,7 @@ inherit gnome2 bash-completion-r1 DESCRIPTION="Simple low-level configuration system" HOMEPAGE="http://live.gnome.org/dconf" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc +X" @@ -20,6 +20,7 @@ RDEPEND=">=dev-libs/glib-2.31.18:2 X? ( >=dev-libs/libxml2-2.7.7:2 x11-libs/gtk+:3 )" DEPEND="${RDEPEND} + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.15 )" # eautoreconf requires gtk-doc-am |