diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 01:05:31 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 01:05:31 +0000 |
commit | d647f86a9f93c51fc190615ac3b929d2ab1c8a61 (patch) | |
tree | e48fa95105977e5773acb4402fc42d4c800fbe7d /gpe-base/gpe-icons | |
parent | Initial commit (diff) | |
download | historical-d647f86a9f93c51fc190615ac3b929d2ab1c8a61.tar.gz historical-d647f86a9f93c51fc190615ac3b929d2ab1c8a61.tar.bz2 historical-d647f86a9f93c51fc190615ac3b929d2ab1c8a61.zip |
Fix ebuild to use GPE_DOCS from the new gpe eclass.
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'gpe-base/gpe-icons')
-rw-r--r-- | gpe-base/gpe-icons/ChangeLog | 5 | ||||
-rw-r--r-- | gpe-base/gpe-icons/gpe-icons-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gpe-base/gpe-icons/ChangeLog b/gpe-base/gpe-icons/ChangeLog index ea2e92925428..95f17696d66d 100644 --- a/gpe-base/gpe-icons/ChangeLog +++ b/gpe-base/gpe-icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gpe-base/gpe-icons # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.1 2009/02/28 23:51:52 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.2 2009/03/01 00:54:18 miknix Exp $ + + 01 Mar 2009; <miknix@gentoo.org> gpe-icons-0.25.ebuild: + Fix ebuild to use GPE_DOCS from the new gpe eclass. *gpe-icons-0.25 (28 Feb 2009) diff --git a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild b/gpe-base/gpe-icons/gpe-icons-0.25.ebuild index 7f73a6d3ea1c..b88a611900e8 100644 --- a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild +++ b/gpe-base/gpe-icons/gpe-icons-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.1 2009/02/28 23:51:52 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.2 2009/03/01 00:54:18 miknix Exp $ inherit gpe @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="${IUSE}" -DOCS="ChangeLog" +GPE_DOCS="ChangeLog" RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.6.3" |