diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:16:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:16:46 +0000 |
commit | 42d0a4e6e015a7b499eef60646a2580ece8d7dc6 (patch) | |
tree | bb85dac09290cf2d4ebad531b310de43badba704 /app-editors/jasspa-microemacs | |
parent | metadata + LICENSE (Manifest recommit) (diff) | |
download | gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.gz gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.bz2 gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.zip |
touch the libc
Diffstat (limited to 'app-editors/jasspa-microemacs')
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild | 7 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild index c408bacfec73..3b65c1ca5762 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild,v 1.4 2004/06/24 21:56:26 agriffis Exp $ - -IUSE="X" +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild,v 1.5 2004/06/27 22:14:10 vapier Exp $ MY_PV=${PV:2} # 20021205 -> 021205 @@ -22,8 +20,9 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="X" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/ncurses X? ( virtual/x11 )" diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild index 2fb36cffb612..400a53e8d08c 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild,v 1.4 2004/06/24 21:56:26 agriffis Exp $ - -IUSE="X" +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild,v 1.5 2004/06/27 22:14:10 vapier Exp $ MY_PV=${PV:2} # 20021205 -> 021205 @@ -20,8 +18,9 @@ SRC_URI="http://www.jasspa.com/release_${MY_PV}/jasspa-memacros-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="X" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/ncurses X? ( virtual/x11 )" |