diff options
author | 2011-06-07 22:25:51 +0000 | |
---|---|---|
committer | 2011-06-07 22:25:51 +0000 | |
commit | 24ca17fbfa97f65b50d11ce014cafe99672a31df (patch) | |
tree | c447e502c002463520bf47aecbbe259b4bee4804 /sys-apps | |
parent | Version bump (diff) | |
download | gentoo-2-24ca17fbfa97f65b50d11ce014cafe99672a31df.tar.gz gentoo-2-24ca17fbfa97f65b50d11ce014cafe99672a31df.tar.bz2 gentoo-2-24ca17fbfa97f65b50d11ce014cafe99672a31df.zip |
Run the helper po script so the subdir gets the necessary files created #370455 by Michał Górny.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index b043d72a7836..bc678f486c53 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.342 2011/05/14 19:27:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.343 2011/06/07 22:25:51 vapier Exp $ + + 07 Jun 2011; Mike Frysinger <vapier@gentoo.org> util-linux-9999.ebuild: + Run the helper po script so the subdir gets the necessary files created + #370455 by Michał Górny. 14 May 2011; Raúl Porcel <armin76@gentoo.org> util-linux-2.19.1.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #359759 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 2aeccccbb73d..36768d0d5670 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.19 2011/04/07 05:18:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.20 2011/06/07 22:25:51 vapier Exp $ EAPI="2" @@ -41,6 +41,7 @@ DEPEND="${RDEPEND} src_prepare() { if [[ ${PV} == "9999" ]] ; then + po/update-potfiles autopoint --force eautoreconf fi |