diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 19:57:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 19:57:10 +0100 |
commit | cc8ebada17eb365c21625b4c64b04115c0580fde (patch) | |
tree | 7d764a42923e96c5654207eb02121d9fa06b0eef /gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch | |
parent | 6927177a7ec90d5fc35926b7da45c0886673bc50 (diff) |
clean some deprecated ebuilds...no distfiles available anymore
Diffstat (limited to 'gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch')
-rw-r--r-- | gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch b/gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch deleted file mode 100644 index 87e37680..00000000 --- a/gnome-extra/cinnamon/files/cinnamon-1.7.8-settings-lspci.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN a/files/usr/lib/cinnamon-settings/modules/cs_info.py b/files/usr/lib/cinnamon-settings/modules/cs_info.py ---- a/files/usr/lib/cinnamon-settings/modules/cs_info.py 2013-04-30 18:01:56.000000000 +0200 -+++ b/files/usr/lib/cinnamon-settings/modules/cs_info.py 2013-05-01 22:30:03.725733012 +0200 -@@ -27,7 +27,7 @@ - "T": 1024*1024*1024*1024, - } - count = 0 -- for card in getProcessOut(("lspci")): -+ for card in getProcessOut(("/usr/sbin/lspci")): - if not "VGA" in card: - continue - cardId = card.split()[0] -@@ -35,7 +35,7 @@ - cardUnitName = "" - cardName = None - cardSize = 0 -- for line in getProcessOut(("lspci", "-v", "-s", cardId)): -+ for line in getProcessOut(("/usr/sbin/lspci", "-v", "-s", cardId)): - if line.startswith(cardId): - cardName = (line.split(":")[2].split("(rev")[0].strip()) - else: |