summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-04-14 16:05:04 +0000
committerUlrich Müller <ulm@gentoo.org>2013-04-14 16:05:04 +0000
commit139dd436b34e063cb36d6dc4ed6445a22ead6c0e (patch)
tree79d7902dbe973373f15b17a67b0530aaab4dfd0d /app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
parentStable for amd64, wrt bug #462314 (diff)
downloadgentoo-2-139dd436b34e063cb36d6dc4ed6445a22ead6c0e.tar.gz
gentoo-2-139dd436b34e063cb36d6dc4ed6445a22ead6c0e.tar.bz2
gentoo-2-139dd436b34e063cb36d6dc4ed6445a22ead6c0e.zip
Add slot operator to libpng dependency. Update EAPI to 5. Specify LICENSE more precisely.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild')
-rw-r--r--app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
index 077a0f36b34d..4d36fb9fe576 100644
--- a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
+++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.9 2013/02/28 00:33:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.10 2013/04/14 16:05:04 ulm Exp $
-EAPI=4
+EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@ DESCRIPTION="QEmacs is a very small but powerful UNIX editor"
HOMEPAGE="http://savannah.nongnu.org/projects/qemacs"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+ GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm ~ppc x86"
IUSE="X png unicode xv"
@@ -20,7 +20,7 @@ RDEPEND="
X? ( x11-libs/libX11
x11-libs/libXext
xv? ( x11-libs/libXv ) )
- png? ( >=media-libs/libpng-1.2:0 )"
+ png? ( >=media-libs/libpng-1.2:0= )"
DEPEND="${RDEPEND}
>=app-text/texi2html-5"