dev-libs/pslib: Remove the linguas_de test from the stable ebuild too.
authorUlrich Müller <ulm@gentoo.org>
Sat, 6 Jan 2018 21:47:41 +0000 (22:47 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 6 Jan 2018 21:48:32 +0000 (22:48 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-libs/pslib/pslib-0.4.1-r2.ebuild

index fe6397aa165718ba0a598ddf7c13a20799494ac9..e0f19c00b2f6c341c86a9705b11b555cff8e96f3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pslib/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
-IUSE="debug jpeg linguas_de png tiff"
+IUSE="debug jpeg png tiff"
 
 RDEPEND="png? ( >=media-libs/libpng-1.2.43-r2:0 )
        jpeg? ( virtual/jpeg )
@@ -45,5 +45,4 @@ src_configure() {
 src_install() {
        emake DESTDIR="${D}" install || die
        dodoc AUTHORS README
-       use linguas_de || rm -r "${D}/usr/share/locale/de"
 }