diff options
author | 2010-01-01 15:20:41 +0000 | |
---|---|---|
committer | 2010-01-01 15:20:41 +0000 | |
commit | 1e1408dce3a9e441d58fe8c9d1dd2025750f9eb7 (patch) | |
tree | bb3ecaf57c1d4a4cb4d2835ccb6a1c61dbd57f1c /sys-apps/eject | |
parent | Use shared Qt4 libraries from >=emul-linux-x86-qtlibs-20091231 instead of bun... (diff) | |
download | gentoo-2-1e1408dce3a9e441d58fe8c9d1dd2025750f9eb7.tar.gz gentoo-2-1e1408dce3a9e441d58fe8c9d1dd2025750f9eb7.tar.bz2 gentoo-2-1e1408dce3a9e441d58fe8c9d1dd2025750f9eb7.zip |
Stable on alpha, bug #296429
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/eject')
-rw-r--r-- | sys-apps/eject/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/eject/eject-2.1.5-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/eject/ChangeLog b/sys-apps/eject/ChangeLog index 884b5e241ad6..4fd3a55b0590 100644 --- a/sys-apps/eject/ChangeLog +++ b/sys-apps/eject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/eject -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.78 2009/12/28 23:08:00 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.79 2010/01/01 15:20:41 klausman Exp $ + + 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> eject-2.1.5-r2.ebuild: + Stable on alpha, bug #296429 28 Dec 2009; Markus Meier <maekke@gentoo.org> eject-2.1.5-r2.ebuild: arm/x86 stable, bug #296429 diff --git a/sys-apps/eject/eject-2.1.5-r2.ebuild b/sys-apps/eject/eject-2.1.5-r2.ebuild index 5ab475eea337..2aefbacc8f67 100644 --- a/sys-apps/eject/eject-2.1.5-r2.ebuild +++ b/sys-apps/eject/eject-2.1.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.1.5-r2.ebuild,v 1.7 2009/12/28 23:08:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.1.5-r2.ebuild,v 1.8 2010/01/01 15:20:41 klausman Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="nls" S=${WORKDIR}/${PN} |