diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-21 10:53:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-21 10:53:46 +0000 |
commit | 34801f7d2eb9bc5c4bb10d59b18fa676d3e1aae4 (patch) | |
tree | 54efa45a28d40fcc996f3e6edabcdcbc6aa68a81 /app-misc/utimer | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-34801f7d2eb9bc5c4bb10d59b18fa676d3e1aae4.tar.gz gentoo-2-34801f7d2eb9bc5c4bb10d59b18fa676d3e1aae4.tar.bz2 gentoo-2-34801f7d2eb9bc5c4bb10d59b18fa676d3e1aae4.zip |
Stable on amd64 wrt bug #372439
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/utimer')
-rw-r--r-- | app-misc/utimer/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/utimer/utimer-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/utimer/ChangeLog b/app-misc/utimer/ChangeLog index 38adc696e3b8..3ac74a87d2bf 100644 --- a/app-misc/utimer/ChangeLog +++ b/app-misc/utimer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/utimer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/utimer/ChangeLog,v 1.2 2010/12/22 19:28:19 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/utimer/ChangeLog,v 1.3 2011/06/21 10:53:46 hwoarang Exp $ + + 21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> utimer-0.4.ebuild: + Stable on amd64 wrt bug #372439 22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add Kfir Lavi to metadata.xml diff --git a/app-misc/utimer/utimer-0.4.ebuild b/app-misc/utimer/utimer-0.4.ebuild index 8d4bb2b54bc2..3c5a2997015f 100644 --- a/app-misc/utimer/utimer-0.4.ebuild +++ b/app-misc/utimer/utimer-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/utimer/utimer-0.4.ebuild,v 1.1 2010/12/22 12:02:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/utimer/utimer-0.4.ebuild,v 1.2 2011/06/21 10:53:46 hwoarang Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="http://utimer.codealpha.net/dl.php?file=${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug nls" DEPEND=">=dev-libs/glib-2.18.2 |