diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-07-06 23:34:41 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-07-06 23:34:41 +0000 |
commit | 4dc18732caae07049cc9ffcfc0668c69bb7f406b (patch) | |
tree | e61e38b1b704afdf752bfb96366517b5c5a9f342 /media-libs/hamlib/hamlib-1.2.4.ebuild | |
parent | Update to Linux 2.6.16.24 for coredump privilege escalation security fix (diff) | |
download | gentoo-2-4dc18732caae07049cc9ffcfc0668c69bb7f406b.tar.gz gentoo-2-4dc18732caae07049cc9ffcfc0668c69bb7f406b.tar.bz2 gentoo-2-4dc18732caae07049cc9ffcfc0668c69bb7f406b.zip |
Mark 1.2.4 stable on amd64, bug #138107. Add new version from upstream. Remove old versions.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'media-libs/hamlib/hamlib-1.2.4.ebuild')
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/hamlib/hamlib-1.2.4.ebuild b/media-libs/hamlib/hamlib-1.2.4.ebuild index 78dcdc13f926..72f9e9e8fc32 100644 --- a/media-libs/hamlib/hamlib-1.2.4.ebuild +++ b/media-libs/hamlib/hamlib-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.4.ebuild,v 1.5 2006/06/23 14:57:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.4.ebuild,v 1.6 2006/07/06 23:34:41 squinky86 Exp $ inherit eutils multilib @@ -10,15 +10,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc x86" +KEYWORDS="alpha amd64 ~ppc x86" IUSE="doc gd python tcltk X" RESTRICT="test" RDEPEND="virtual/libc gd? ( media-libs/gd ) - python? ( dev-lang/python ) - tcltk? ( dev-lang/tk )" + python? ( dev-lang/python + dev-lang/tcl ) + tcltk? ( dev-lang/tk + dev-lang/tcl )" DEPEND=">=sys-devel/libtool-1.5 >=sys-devel/autoconf-2.54 >=sys-devel/automake-1.7 |